Re: [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: Shane B. <sh...@gr...> - 2014-01-11 16:42:32
|
Thanks Phil, I suspected that might be the way forward but could not work out the list part from the example on the snippet repository. regards, Shane On Sat, Jan 11, 2014 at 10:08 AM, Phil Holmes <em...@ph...> wrote: > 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 > > > > ------------------------------------------------------------------------------ > CenturyLink Cloud: The Leader in Enterprise Cloud Services. > Learn Why More Businesses Are Choosing CenturyLink Cloud For > Critical Workloads, Development Environments & Everything In Between. > Get a Quote or Start a Free Trial Today. > http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk > _______________________________________________ > openlilylib-user mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/openlilylib-user |