lilypond-devel
[Top][All Lists]
Advanced

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

Re: Doc addition to 8.1.2 "Text and line spanners" ... concerning \endSp


From: Gilles THIBAULT
Subject: Re: Doc addition to 8.1.2 "Text and line spanners" ... concerning \endSpanners
Date: Wed, 17 Oct 2007 23:19:18 +0200



...in which case it would seem to be almost completely useless. (If it
needs to be restated after every use, then one may as well just end the
spanner manually.)


Oh yes it can be useful :


%%%% begin code %%%%%

\version "2.11.34"

music = { c'1 \tag #'oboe \endSpanners d'1 \<
 \tag #'vlPizz d'1
  c'1
 }

{
<<
\new Staff \keepWithTag #'oboe \music
\new Staff \keepWithTag #'vlPizz \music
}
%%%% end code %%%%%

Gilles




reply via email to

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