Javier Ruiz wrote:
just adding [\bar "|."] doesn't reset lilypond's automatic bar generator.

You can use \cadenzaOn to turn off the bar generator.

a set of alternate fingering digits stacked vertically.

Lilypond doen't object to you asking for two fingers on one note. If that is too simple an approach, have a look at http://lists.gnu.org/archive/html/lilypond-user/2009-04/msg00458.html


Cheers, Robin
\new Staff {
  \cadenzaOn
  \relative c''' {
    g8-5[ f-4] e-3[ e-3 d-2 d]-2 c4-1
  } \bar "|."
  \relative c''' {
    g16-4[ f-3] e-2[ e-3 d-2 d]-3 c4-2
  } \bar "|."
  \relative c'''{
    g16-4[ f-3] f-4[ e-3 d-2 d]-1 c-4[ b-3 a-2 g-1] c8-4
  } \bar "|."
  \relative c' {
    c16-2-3[ c-1-2 d-2-3 d-1-2]
    e16-2-3[ e-1-2 f-2-3 f-1-2]
    g16-2-3[ g a a] b[ b] c8-2-3
  } \bar "|"
  \relative c' {
    c16-3-4[ c-2-3 c-1-2]
    e16-3-4[ e-2-3 e-1-2]
    g16[ g g] c8-4-5
  } \bar "|."
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to