lilypond-user-fr
[Top][All Lists]
Advanced

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

textMark


From: Jean-Charles Malahieude
Subject: textMark
Date: Sun, 16 Oct 2022 19:16:42 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.1

Bonsoir à tous,

Jusqu'à présent, je « détournais » l'utilisation de \mark dans mes transcriptions de Monteverdi. J'ai souhaité évoluer, comme Lily, mais je n'ai apparemment pas le même potentiel : je m'attendais à un seul "text 1" et "end"… Qu'est ce que je loupe ?

\version "2.24.14"

global = {
  \textMark "text 1" s1
  \override Score.RehearsalMark.self-alignment-X = #LEFT
  \mark "text 2" s
  \sectionLabel "text 3" s
  s \textEndMark "end"
}

one = { c'1 c' c' c' }

two = { c'1 c' c' c' }

\score { <<
    \new Staff << \global \one >>
    \new Staff << \global \two >>  >>
  \layout {}
}

Attachment: textmark.cropped.png
Description: PNG image


reply via email to

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