lilypond-devel
[Top][All Lists]
Advanced

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

Re: [GLISS] turn xxx.yyy into ("xxx" "yyy")


From: Reinhold Kainhofer
Subject: Re: [GLISS] turn xxx.yyy into ("xxx" "yyy")
Date: Wed, 12 Sep 2012 11:17:52 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120827 Thunderbird/15.0

On 2012-09-12 10:38, David Kastrup wrote:
if we write xxx in LilyPond, this is considered to be a string.  I want
xxx.yyy.zzz to be a list of strings ("xxx" "yyy" "zzz").  The main
incentive is to be able to have music functions be able to accept both
Stem as well as Staff.TimeSignature as a function argument.

How would this work with lyrics or with markups?


\version "2.17.0"

\markup \line { This is some text. And another sentence. }

\relative c'' <<
  \new Voice = "a" { c1 c1 }
  \new Lyrics \lyricsto "a" { text. text. }
>>

Cheers,
Reinhold

--
------------------------------------------------------------------
Reinhold Kainhofer, address@hidden, http://www.kainhofer.com
 * Financial & Actuarial Math., Vienna Univ. of Technology, Austria
 * http://www.fam.tuwien.ac.at/, DVR: 0005886
 * Edition Kainhofer, Music Publisher, http://www.edition-kainhofer.com



reply via email to

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