lilypond-devel
[Top][All Lists]
Advanced

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

Re: [bug] \breve in lyricmode


From: Erik Sandberg
Subject: Re: [bug] \breve in lyricmode
Date: Sat, 23 Oct 2004 00:27:53 +0200
User-agent: KMail/1.6.2

This is due to the grammar of the lyrics mode. I don't know the exact rules, 
but it is something similar to this: everything that is not either at the end 
of a word and not in [0-9,/,*,"], or a \ or " in the beginning of a word, is 
treated as a normal character; a part of the syllable.

I do not consider this a bug.

You can achieve what you want with

{ foo1 bar1*2 foo1 }

Erik

On Friday 22 October 2004 23.28, Juergen Reuter wrote:
> Hi!
>
> When using durations longer than 1 (such as \breve) in lyricmode, lily
> produces illegal tex code.
>
> Example .ly snippet:
>
>
>
> myVoice = {
>  c1 c c c
> }
>
> myText = \lyricmode {
>     foo1 bar\breve foo1
> }
>
> \score {
>     <<
>  \context Voice = "lala" { \myVoice }
>  \context Lyrics = "lolo" { \myText }
>
> }
>




reply via email to

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