lilypond-user
[Top][All Lists]
Advanced

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

Re: accidental spacing issue


From: Kieren MacMillan
Subject: Re: accidental spacing issue
Date: Tue, 16 Dec 2008 19:24:22 -0500

Hi Jonathan,

This was promising but didn't solve the problem because it also made
the accidentals in the other voice disappear. Here's the context:

Maybe the modified snippet (included below) will solve your problem?

HTH,
Kieren.

%%%%%%%%%%%%%%
\version "2.11.65"
\new Staff \relative c'' {
        #(set-accidental-style 'no-reset)
        <<
                { \voiceOne cis1 ~ cis2 r }
                \new Voice { \voiceTwo r2 <fis,, ais'>4 r <fis! ais'!>2  r }
        >>
}
%%%%%%%%%%%%%%




reply via email to

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