lilypond-user
[Top][All Lists]
Advanced

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

Re: Fingerings in extra Voice?


From: Mats Bengtsson
Subject: Re: Fingerings in extra Voice?
Date: Fri, 16 Jun 2006 23:03:34 +0200
User-agent: Internet Messaging Program (IMP) H3 (4.0.4)

Try to put them in the same Voice context:

\new Voice << \violinPartI \fingeringsI >>

  /Mats

Quoting Felix Hammer <address@hidden>:

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








reply via email to

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