lilypond-user
[Top][All Lists]
Advanced

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

Re: HaraKiriStaffContext question


From: Jule Slootbeek
Subject: Re: HaraKiriStaffContext question
Date: Sat, 26 Oct 2002 12:34:43 -0400

            \context Staff = soprano
            <
                \global
                \clef treble
                \property Staff.instrument = "Soprano "
                \property Staff.midiInstrument = "flute"
                \sopranoNotes
                \notes { R2.*7
                        \context Lyrics = sopranoLyrics
                                        \sopranoLyrics
                }
I tried that, and it did fix the haraKiriStaffContext, but it putt all the lyrics under the system instead of under the notes.
so i instead did this:

tenorLyrics =
        \context Lyrics
        \lyrics {
                %1
                \notes { R2.*7 } %\repeat unfold 7 { _2. }
                %8
                ....
        }

and this works fine, although i do get a few

warning: Junking request: `Span_req'

warnings during compilation, but all the lyrics are placed in the right place under the right notes.

thanks for the help!

Jule

On Friday, Oct 25, 2002, at 18:45 US/Eastern, Graham Percival wrote:

On Tue, 22 Oct 2002 23:44:08 -0400
Jule Slootbeek <address@hidden> wrote:
yeah i forgot the includes, sorry, here they are, i'm using 1.6.0 on
Mac OS X

In the future, please include *all* files necessary to compile the
example -- I had already deleted your previous email, so I had to find
dngg.ly in the web archives. In addition, don't use subdirectories (the
\include "notes/tenor.ly") when sending stuff.  When I investigate
stuff, I save the ly files in my ~/tmp and then compile it.  I don't
want to mess around making subdirectories.

The problem is that you have lyrics in the beginning.  Comment out the
\repeat { _2.*7 } lines in your voices.  In the score, do this:
(example)
            \context Staff = soprano
            <
                \global
                \clef treble
                \property Staff.instrument = "Soprano "
                \property Staff.midiInstrument = "flute"
                \sopranoNotes
\notes { R2.*7
                \context Lyrics = sopranoLyrics
                        \sopranoLyrics
}


HaraKiri now behaves properly.

One of these days I'll add a note to HaraKiri refman that empty lyrics
don't count as empty bars.

Cheers,
- Graham


Jule Slootbeek
address@hidden





reply via email to

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