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

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

Reply via email to