Hi @all

To organize an larger piece of music, i tried to put the 
fingering-instructions for violin-part in an extra voice like this:

fingeringsI = {
        s1*7
        s4-1 s s-4 s
        s4-1 s s2-3
        s2-2 s4-4 s-3
[...]
}

in \score i tried to merge violin-part and fingerings like this:

\book
{
    \score {
        \new Staff { 
            \set Score.skipBars = ##t
            \set Staff.instrument = \markup { "Violine  " }
            \set Staff.midiInstrument = #"violin"
        <<
            \keepWithTag #'vllayout \violinPartI
            \fingeringsI 
        >>
        }
        \layout {
          indent = 12.6 \mm
        }
  }
}

The fingerings are shown, but as you can see in the attachment the fingerings 
are no aligned to the notes. 
Is there an option to get this working? i want to use the violin-part for 
violin-only-score with fingerings and piano-violin-score without fingerings.

Greetings
Felix

Attachment: fingerings.png
Description: PNG image

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

Reply via email to