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 { }
}


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to