Hi Joram,

2014-10-10 1:49 GMT+02:00 Noeck <noeck.marb...@gmx.de>:


> how should I write my code properly?
>

Try :


\version "2.19.15"

<<
  \new Staff \new Voice = sop { c' d' e' f' }
  \new Lyrics \keepWithTag "A" \lyricsto sop {
    \lyricmode {
      An \tag "A" example \tag "B" text
    }
  }
>>

% or:

myMusic = { c' d' e' f' }
myWords = \lyricmode {
    An \tag "A" example \tag "B" text
  }

<<
  \new Staff \new Voice = sop \myMusic
  \new Lyrics \keepWithTag "A" \lyricsto sop \myWords
>>

HTH,
Pierre
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to