bug-lilypond
[Top][All Lists]
Advanced

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

Re: \tag doesn't skip music properly


From: Erik Sandberg
Subject: Re: \tag doesn't skip music properly
Date: Tue, 28 Sep 2004 00:47:53 +0200
User-agent: KMail/1.6.2

sorry, I don't understand. What is the problem?

On Monday 27 September 2004 16.48, Werner LEMBERG wrote:
> % important
> % address@hidden
>
> \version "2.3.18"
>
> \header { texidoc = "
> The \tag command doesn't properly skip music expressions.
> " }
>
> foo = \relative c' {
>   \tag #'xxx { c2 ges' | }
>   \tag #'yyy { c2 fis | }
>   a1 |
> }
>
> \score {
>   <<
>     \context Staff = i {
>       \keepWithTag #'xxx \foo
>     }
>     \context Staff = ii {
>       \keepWithTag #'yyy \foo
>     }
>
>   \paper {
>     raggedright = ##t
>   }
> }
>




reply via email to

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