Heavily customized polymetric time signatures: Difference between revisions

m Replace version="2.24.0" with version="2.24" now that the LilyWiki extension supports auto-selecting the latest release in a stable series
mNo edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
Though the polymetric time signature shown was not the most essential item here, it has been included to show the beat of this piece (which is the template of a real Balkan song!).
Though the polymetric time signature shown is not the most essential item here, it has been included to show the beat of this piece (which is the template of a real Balkan song, by the way).


<lilypond version="2.24" full>
<lilypond version="2.24">
melody = \relative c'' {
melody = \relative c'' {
   \key g \major
   \key g \major
   \compoundMeter #'((3 8) (2 8) (2 8) (3 8) (2 8) (2 8)
   \compoundMeter #'((3 8) (2 8) (2 8) (3 8) (2 8) (2 8)
                     (2 8) (2 8) (3 8) (2 8) (2 8))
                     (2 8) (2 8) (3 8) (2 8) (2 8))
  \set Timing.beamExceptions = #'()
  \set Timing.beatStructure = 3,2,2,3,2,2,2,2,3,2,2
   c8 c c d4 c8 c b c b a4 g fis8 e d c b' c d e4-^ fis8 g \break
   c8 c c d4 c8 c b c b a4 g fis8 e d c b' c d e4-^ fis8 g \break
   c,4. d4 c4 d4. c4 d c2 d4. e4-^ d4
   c,4. d4 c4 d4. c4 d c2 d4. e4-^ d4
  c4. d4 c4 d4. c4 d c2 d4. e4-^ d4 \break
  c4. d4 c4 d4. c4 d c2 d4. e4-^ d4
   c4. d4 c4 d4. c4 d c2 d4. e4-^ d4 \break
   c4. d4 c4 d4. c4 d c2 d4. e4-^ d4 \break
}
}
Line 21: Line 21:
}
}


\new Staff \with {
\new Staff {
  instrumentName = \markup { \concat { "B" \flat " Sop." } }
}
 
{
   \melody
   \melody
   \drum
   \drum
}
}
\paper { tagline = ##f }
</lilypond>
</lilypond>


[[Category:Education]]
[[Category:Rhythms]]
[[Category:Included in the official documentation]]
[[Category:Contemporary notation]]
[[Category:Contemporary notation]]
[[Category:Percussion]]
[[Category:Percussion]]
[[Category:Real music]]
[[Category:Real music]]
[[Category:Rhythms]]
[[Category:Included in the official documentation]]
[[Category:Snippet]]