lilypond-user
[Top][All Lists]
Advanced

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

Re: Choice of Extraneous Bars or No Accidental


From: Paul Morris
Subject: Re: Choice of Extraneous Bars or No Accidental
Date: Tue, 27 May 2014 21:33:24 -0700 (PDT)

Hi John, 
Welcome to LilyPond!  I think you're probably right here:


John McChesney-Young wrote
> Perhaps Lilypond sees the sharp marking two measures back and is 
> disregarding my manual bars and considering the two notes to be in the
> same 
> measure? That seems odd to me since the second use of the accidental is 
> after cadenzaOff.
> 
> How can I have both the bars and the accidental markings? I don't want to 
> have to go back to abcs or MuseScore (although I suspect the latter would 
> have trouble with this too).

A quick fix is to force the accidental to appear by inserting a "!" as
follows:

<<eis!2 gis)>> \bar ":|."

Another possibility is to insert time signatures for each measure so the
accidental signs and automatic beaming happen as you want, but \omit the
time signatures so they do not appear on the staff.  Something like this:

\version "2.18.2"
\relative c''
{
\clef "treble" \key a \major \time 4/4
%three well-behaved measures snipped

\once \omit Staff.TimeSignature
\time 5/4
<<fis,4 cis'2(>> eis,4) fis2~( \bar "||"

\once \omit Staff.TimeSignature
\time 8/4
fis\breve 

\once \omit Staff.TimeSignature
\time 4/4
<<eis2 gis)>> \bar ":|."
}

Cheers,
-Paul




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Choice-of-Extraneous-Bars-or-No-Accidental-tp162841p162843.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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