lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fingerings in extra Voice?


From: Felix Hammer
Subject: Fingerings in extra Voice?
Date: Fri, 16 Jun 2006 22:23:21 +0200
User-agent: KMail/1.9.3

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]