lilypond-user
[Top][All Lists]
Advanced

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

RE: Default accidental style with timing off


From: Mark Stephen Mrotek
Subject: RE: Default accidental style with timing off
Date: Thu, 26 Mar 2020 16:50:55 -0700

Fr. Samuel.

1) The bar instructions are in printer's (curly) double quotes.
2) The timing = ##f may be incorrectly written/located. See: 
http://lilypond.org/doc/v2.19/Documentation/learning/gregorian-transcription-template.

Mark

-----Original Message-----
From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=address@hidden] On 
Behalf Of Fr. Samuel Springuel
Sent: Thursday, March 26, 2020 1:53 PM
To: address@hidden
Subject: Default accidental style with timing off

When constructing scores where the timing is turned off, how do I get 
accidentals to behave with respect to the manually inserted bar lines?  I’m 
just looking for the default accidental style (accidentals “last” until a bar 
line), it’s just that all bar lines are inserted manually using \bar.

%%%% MWE

\version "2.19.84"

\layout {
    \context {
        \Score
        timing = ##f
    }
}

music = {
    f' fes' \bar “|” % flat on second note
    fes' fes' \bar “|” % should be flat on first note, nothing on second
    fes' f' \bar “|” % should be flat on first note, natural on second
    f' fes' \bar “|” % flat on second note
    f' fes' \bar “|” % should be nothing on first note, flat on second }

\new Staff { \music }

✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝
Fr. Samuel, OSB
(R. Padraic Springuel)
St. Anselm’s Abbey
4501 South Dakota Ave, NE
Washington, DC, 20017
202-269-2300
(c) 202-853-7036

PAX ☧ ΧΡΙΣΤΟΣ





reply via email to

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