[oll-user] Lilypond beaming and the Chopin piano
Resources for LilyPond and LaTeX users writing (about) music
Status: Alpha
Brought to you by:
u-li-1973
From: Phil H. <em...@ph...> - 2014-01-11 15:08:59
|
Try this (the second group is an exercise for the student) \version "2.18.0" \new Voice \with { \remove "Tuplet_engraver" } { \relative c' { \set Timing.beamExceptions = #'() \set subdivideBeams = ##t \set baseMoment = #(ly:make-moment 1/6) \set beatStructure = #'( 3 3 ) \tuplet 3/2 { c16 c c c c \once \override Stem.beaming = #(cons (list 1 0) (list 1)) c \once \override Stem.beaming = #(cons (list 0) (list -1 0)) c c c c c c c c c c c c c c c c c c | } f1 } } -- Phil Holmes |