Comment #3 on issue 1029 by frederic...@m4x.org: \thumb should behave like
other fingerings
http://code.google.com/p/lilypond/issues/detail?id=1029
So I would like to sum up all comments because I am lost on what to change:
Mats suggests this:
- (avoid-slur . inside)
- (padding .
\version "2.13.22"
one = \relative c'
{
c4 c c \times 2/3 {c8 c c} |
c8 c c c c c c c |
}
\addQuote "ONE" \one
two = \relative c'
{
R1 |
\cueDuring #"ONE" #UP {R1 |}
}
\score { \new Staff \two }
==
Results in this warning:
cue_prob.ly:5:9: warning: No tuplet to end
c4 c c
Comment #11 on issue 1060 by Carl.D.Sorensen: Add Funk-style shape note
heads
http://code.google.com/p/lilypond/issues/detail?id=1060
Here is a new set of Funk noteheads that have been reduced in width.
I'd welcome comments, please!
Thanks,
Carl
Attachments:
note-head-funk.pdf 3
Updates:
Status: Accepted
Labels: -fixed_2_13_22
Comment #8 on issue 1092 by percival.music.ca: Overriding head-direction
for LaissezVibrerTie or LaissezVibrerTieColumn to RIGHT causes segfault
http://code.google.com/p/lilypond/issues/detail?id=1092
Previous policy was that *a
On Sat, May 29, 2010 at 12:15:49AM +0200, Reinhold Kainhofer wrote:
> Am Freitag, 28. Mai 2010, um 20:04:41 schrieb Carl Sorensen:
> > The first question is: Does the 2.10.33 ouptut match what is asked for from
> > the music, i.e. a text crescendo starting on the first note, and ending on
> > the s
2010/5/28 Carl Sorensen :
> I think there are two questions here, and perhaps we agree on one and
> disagree on the other.
>
> The first question is: Does the 2.10.33 ouptut match what is asked for
> from the music, i.e. a text crescendo starting on the first note, and
> ending on the second note.