2008/11/7 Neil Puttock <[EMAIL PROTECTED]>:
> Hi Francisco,
>
> 2008/11/7 Francisco Vila <[EMAIL PROTECTED]>:
>
>> I have found some English variable names in
>> http://lilypond.org/doc/v2.11/Documentation/user/lilypond-learning/Vocal-ensembles#Vocal-ensembles
>> (see it in Spanish or German)
>> mi
On 2008/10/08 03:40:33, hanwenn wrote:
http://codereview.appspot.com/7261/diff/1/2
File lily/context-def.cc (right):
http://codereview.appspot.com/7261/diff/1/2#newcode215
Line 215: seen = new set ();
Can you make a wrapper function that does
set<..> seen;
path_to (.. , &seen)
instead?
I'v
Hi Francisco,
2008/11/7 Francisco Vila <[EMAIL PROTECTED]>:
> I have found some English variable names in
> http://lilypond.org/doc/v2.11/Documentation/user/lilypond-learning/Vocal-ensembles#Vocal-ensembles
> (see it in Spanish or German)
> mixed with translated variable names.
> This code comes
Mark Polesky wrote Friday, November 07, 2008 8:08 AM
The lyrics in the "twinkle" example are left-aligned instead
of centered because the example uses \lyricmode instead of
\addlyrics. This is the first example using lyrics in the
Learning Manual, and I think it should look better than this.
Hi
here come my comments: line numbers always refer to the itely file
a general note for mensural notation: I had some experiments with
reducing the spaces between notes with long durations -- ideally the
notes should have the same spacing all over. Han-Wen wrote me in Februry
this year:
Thi
Thanks, Mats.
I think I had figured out the articulation stuff, but your explanation is
certainly better than what I had figured out. I'll get improved
explanations in the NR once I make the changes.
Carl
On 11/7/08 10:08 AM, "Mats Bengtsson" <[EMAIL PROTECTED]> wrote:
> Regarding NR 6.7, the
2008/11/6 Mark Polesky <[EMAIL PROTECTED]>:
> I looked through the snippet list and I only found
> 4 instances of \new Score. Should be easy to fix.
>
> grid-lines--changing-their-appearance.ly
> grid-lines--emphasizing-rhythms-and-notes-synchronization.ly
> printing-marks-on-every-staff.ly
>
Regarding NR 6.7, the current text is misleading (if not wrong). It says
that
"|\tweak| doesn’t behave like an articulation regarding the syntax"
but in fact you can use
c-\tweak #'font-size #-3 \flageolet
What's correct about the current formulation is that you cannot use
c^\tweak #'font-size #-
Carl D. Sorensen wrote:
N.R 6.7 shows the use of Scheme code as an articulation. The reason why
this works is unclear to me, but I can see there is some power here. An
explanation would be really helpful. The articulation that is added is not
a Scheme function, but rather the return part of
Carl D. Sorensen wrote:
I read NR 6.5.2 and couldn't understand the example. It describes the usage
of applyOutput, and presents a function for its use, but never shows how it
is applied. An actual example here would be wonderful.
The code included in this section now is plain wrong. The f
> > > AttributeError: 'module' object has no attribute 'Score'
> > >
> > > I'm using python 2.5. Probably Jan's last change is
> > > problematic?
> >
> > You need to do a clean build inside python/ to make sure
> > Reinhold's musicxml2ly.py changes are compiled.
It *was* a clean build (I always
Op donderdag 06-11-2008 om 17:07 uur [tijdzone +], schreef Neil
Puttock:
> 2008/11/6 Werner LEMBERG <[EMAIL PROTECTED]>:
> > score = musicexp.Score ()
> > AttributeError: 'module' object has no attribute 'Score'
> >
> > I'm using python 2.5. Probably Jan's last change is problematic?
>
Has anyone noticed the same problem?
Werner
> With current git:
>
> Reading MusicXML from 00a-Basics-Pitches.xml ...
> Converting to LilyPond expressions...
> Traceback (most recent call last):
> File "../../../scripts/musicxml2ly.py", line 2518, in
> main()
> File ".
Hello John & all,
I have found some English variable names in
http://lilypond.org/doc/v2.11/Documentation/user/lilypond-learning/Vocal-ensembles#Vocal-ensembles
(see it in Spanish or German)
mixed with translated variable names.
This code comes from a snippet in input/lsr ; namely
input/lsr/vocal
2008/11/7 Francisco Vila <[EMAIL PROTECTED]>:
> I agree. For symmetry I should use lyricmode and lyricsto, but this
> forces to give a name to the voice and the code becomes much longer.
...
> <<
> \chords { c2 c f2 c }
> \new Staff = "twinkle" \relative c' { \time 2/4 c4 c g'4 g a4 a g2 }
>
2008/11/7 Mark Polesky <[EMAIL PROTECTED]>:
> The lyrics in the "twinkle" example are left-aligned instead
> of centered because the example uses \lyricmode instead of
> \addlyrics.
I agree. For symmetry I should use lyricmode and lyricsto, but this
forces to give a name to the voice and the code
The lyrics in the "twinkle" example are left-aligned instead
of centered because the example uses \lyricmode instead of
\addlyrics. This is the first example using lyrics in the
Learning Manual, and I think it should look better than this.
http://lilypond.org/doc/v2.11/Documentation/user/lilypond
17 matches
Mail list logo