Re: font size override and grace notes

2012-10-19 Thread David Kastrup
Matt Cary carym...@gmail.com writes:

 
  I'm still not clear why this is happening in the first place. Why
  should the revert affect an override that occurs in the following
  expression?
 
 It is not following.  Grace notes go back in time.
 

 Ah, thank you. I didn't know that. I see why it's a tricky situation. I guess 
 that means my current workaround isn't so bad after all:

 g8 \strumE d,8 \strumE |
 % Something weird with the strum to the grace note.
 \once \override NoteHead #'font-size = #-2 \slashedGrace a'16( b8)

Ugh.  At any rate, for this kind of situation using a separate voice
seems preferable.  You can, if I remember correctly, change the
associated voice in the middle of Lyrics.  This kind of thing is why I
actually prefer to just manually specify the note durations in lyrics
rather than using \lyricsto.  Hardly more work and quite more robust
with regard to juggling around with voices and context.

-- 
David Kastrup


___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: font size override and grace notes

2012-10-19 Thread David Kastrup
David Kastrup d...@gnu.org writes:

 Matt Cary carym...@gmail.com writes:

 
  I'm still not clear why this is happening in the first place. Why
  should the revert affect an override that occurs in the following
  expression?
 
 It is not following.  Grace notes go back in time.
 

 Ah, thank you. I didn't know that. I see why it's a tricky
 situation. I guess
 that means my current workaround isn't so bad after all:

 g8 \strumE d,8 \strumE |
 % Something weird with the strum to the grace note.
 \once \override NoteHead #'font-size = #-2 \slashedGrace a'16( b8)

 Ugh.  At any rate, for this kind of situation using a separate voice
 seems preferable.  You can, if I remember correctly, change the
 associated voice in the middle of Lyrics.  This kind of thing is why I
 actually prefer to just manually specify the note durations in lyrics
 rather than using \lyricsto.  Hardly more work and quite more robust
 with regard to juggling around with voices and context.

Though there is something to be said for only ever having to enter the
text for Latin mass once.  I doubt, however, that one can express all
details of melismata and word repetition in the note part only.

-- 
David Kastrup


___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: font size override and grace notes

2012-10-19 Thread Mats Bengtsson


On 10/19/2012 09:20 AM, David Kastrup d...@gnu.org wrote:

At any rate, for this kind of situation using a separate voice
seems preferable.  You can, if I remember correctly, change the
associated voice in the middle of Lyrics.  This kind of thing is why I
actually prefer to just manually specify the note durations in lyrics
rather than using \lyricsto.  Hardly more work and quite more robust
with regard to juggling around with voices and context.
Unfortunately, you don't get the correct horizontal alignment of 
syllables to notes, nor can you get extender lines (see the notation 
reference 2.1.1 Manual syllable durations), unless you set 
associatedVoice, so it's not a good solution.


I cannot really see any fundamental reason why we have this limitation. 
It seems to me that we should be able to align to the note column just 
as well as to a note in a single voice, see also 
http://code.google.com/p/lilypond/issues/detail?id=707.


   /Mats

--
=
Mats Bengtsson
Signal Processing
School of Electrical Engineering
Royal Institute of Technology (KTH)
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463 
Fax:   (+46) 8 790 7260
Email: mats.bengts...@ee.kth.se
WWW: http://www.ee.kth.se/~mabe
=


___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Bug Report: Duplicated Tempo and key signature

2012-10-19 Thread Marek Klein
2012/10/18 Songmuh Jong song...@yahoo.com

 I don't see my issue listed there. Attached is a zip file containing the
 .ly file and the pdf output using both 2.14.2 and 2.16.0.


It works, if you add \grace s8 at the beginning of the upper staff:

 \version 2.14.2

upper = \relative c' {

\key g \major

\time 4/4

 \clef treble

\grace s8 r2_\markup{ \italic \bold \tiny marcato } \appoggiatura cis8-2
d2-3

}

lower = \relative c {

\key g \major

\clef bass

\appoggiatura cis8-2 d2-1 r2


}

\book {

\score {

\new PianoStaff 

\context Staff = upper {

\upper

}

\context Staff = lower {

\lower

}



 \layout { }

 }

}


HTH
Marek
bug squad member
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond