Hi,

I need to achieve a beaming as in the attached png, i.e. beams over rests with only one beam throughout the time.

a)
Is it really true that I have to do that manually in the way I did it in the attached file?

b)
If yes, is this a deficit in LilyPond or an indication that this isn't 'correct' notation?

c)
I would need that in a parametrical way, so that it would correctly work if I did the second version with \shiftDurations.

Any ideas? Thank you
Urs
{
  \set stemRightBeamCount = #2
  a'16[ 
  \set stemLeftBeamCount = #1
  \set stemRightBeamCount = #1
  r 
  \set stemLeftBeamCount = #1
  \set stemRightBeamCount = #1
  r a']
  \stopStaff
  s2
  \startStaff
  \set stemRightBeamCount = #3
  a'32[ 
  \set stemLeftBeamCount = #1
  \set stemRightBeamCount = #1
  r 
  \set stemLeftBeamCount = #1
  \set stemRightBeamCount = #1
  r a']
  
}

<<attachment: beamCountTest.preview.png>>

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to