lilypond-user
[Top][All Lists]
Advanced

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

Re: Redundant accidentals after clef changes


From: Robert Schmaus
Subject: Re: Redundant accidentals after clef changes
Date: Sun, 25 Oct 2015 19:54:08 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

Hi Noah,

I'm not really familiar with accidental styles (as the default is perfectly fine for me).

But there's a 'manual' solution which works. I just can't say if it's too much extra-input for your taste:

\version "2.18.2"

\relative c' {
    \time 4/4

    \clef "alto"
    cis4        

    \clef "treble"
    \once \omit Accidental cis  % <-- no #

    \clef "alto"
    cis  % <-- # back up

    r4 |
}

Best,
Robert



Am 25/10/15 um 11:15 schrieb Noah Fields:
\version "2.18.2"

\relative c' {
     \time 4/4

     \clef "alto"
     cis4

     \clef "treble"
     cis

     \clef "alto"
     cis

     r4 |
}



reply via email to

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