Re: lilypond-user Digest, Vol 204, Issue 61

2019-11-13 Thread Malte Meyn
Am 13.11.19 um 20:43 schrieb bill wolf: Is there another way that avoids the fiddly adjustments--or even using two voices? You’ll need the two voices because of the opposite stem directions in the second half of the measure. However you can save some typing by using { } \\ { } instead of

Re: lilypond-user Digest, Vol 204, Issue 61

2019-11-13 Thread bill wolf
Hello, All!   I've a snippet: \version "2.18.2" \new Staff { << \new Voice { \voiceOne s4 s8 \once \hideNotes \once \stemDown \once \override NoteColumn.force-hshift = #-0.7 g~ g g g4 } \new Voice { \voiceFour 4 q8 c2 } >> }   The goal is to have the tie between the two g's in with the stems goin