lilypond-user
[Top][All Lists]
Advanced

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

dot placement with staff switch


From: Stan Sanderson
Subject: dot placement with staff switch
Date: Wed, 12 Mar 2014 15:46:05 -0500

I’m stuck as to how to correct the placement of the dot in the code and attached example. Changing stem direction leaves the dot under the line, rather than above. I’d be grateful for a suggestion.


version "2.19.3"
\language "english"
global = {
        \key f \major
        \time 4/4
}

fHSr = { \once \override NoteColumn.force-hshift = #1.5 }

rightOne = \relative c' {
        \global
        r2 r4 f | f g a bf |
}

rightTwo = \relative c' {
        \global
        bf4 e \showStaffSwitch
        f2 \change Staff = "left" \stemUp | 
       \once \override NoteColumn.force-hshift = 1.7 c2. d4 |
}

leftOne = \relative c' {
        \global
        bf1 | a |
}

leftTwo = \relative c {
        \global
        d1 | f1
}

\score {
        \new PianoStaff  <<
                \new Staff = "right" << \rightOne \\ \rightTwo >>
                \new Staff = "left"  { \clef bass << \leftOne \\ \leftTwo >> }
        >>
        \layout { }
}



reply via email to

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