lilypond-user
[Top][All Lists]
Advanced

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

Re: Problem with accidental not appearing


From: Peter Johnson
Subject: Re: Problem with accidental not appearing
Date: Wed, 28 May 2008 07:54:47 -0700 (PDT)

Griff,

The f#16 at the start of the second passage is not a partial: remove this
command and it's OK.  Looks like with \partial the d# is (incorrectly?)
carried over from the previous uncompleted bar.

Peter


Bugzilla from address@hidden wrote:
> 
> I have cut down the piece I am transcribing to the essentials in the
> snippet
> below. I am wondering why the D# one beat before the trill is not being
> printed as a D# .  It is being printed as a D natural - or am I missing
> something?
> 
> Griff
> 
> #(set-default-paper-size "letter")
> #(set-global-staff-size 19)
> 
> \header {
>         title = "No Sharp?"
>         enteredby = "GLM"
> }
> 
> \version "2.11.46"  % necessary for upgrading to future LilyPond versions.
> 
> allemande = \relative c {
> 
>         \clef bass
>         \key e \minor
>         \time 4/4
> 
>         \repeat volta 1 {
>                 \partial 16 b'16
>                 \appoggiatura {e,,16[ g']} b8 c16( b) a( g fis e) e( dis e
> fis) b,8( c16 a)
>                 b8.( dis16) fis( a) g fis g( b e) ais, b8.
>         }
>         \break
>         \repeat volta 1 {
>                 \partial 16 fis16
>                 \acciaccatura a,8 fis'8.( g16) a( fis g b) dis,( e fis c)
> b8.\trill( a16
>                 e16 e''( d) b( c) a( fis) dis'( e) b g e e,8.
>         }
> }
> 
> \book {
>         \score {
>                 \allemande
>                 \header {piece = \markup {ALLEMANDE \tiny {"(" \note #"4"
> #1
> "= 72)"}}}
>         }
> }
> 
> 
> 
> 
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> 
-- 
View this message in context: 
http://www.nabble.com/Problem-with-accidental-not-appearing-tp17514290p17514607.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.





reply via email to

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