lilypond-user
[Top][All Lists]
Advanced

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

Re: \justify & break


From: Malte Meyn
Subject: Re: \justify & break
Date: Wed, 4 Oct 2017 17:15:58 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0



Am 04.10.2017 um 17:11 schrieb Gianmaria Lari:
Is there any \break like command to avoid to use two \justify?

Use \justify-string instead. Empty lines make line breaks:

\version "2.19.65"

\markup {
  \column {
    \line  \bold \smallCaps { Note }
    \justify-string
#"L'articolazione d'elezione per lo staccato รจ quella del braccio, o nel caso di parti rapide, del polso.

Nello staccato, braccio, mano e dita sono un tutt'uno ed agiscono in modo compatto senza scomporsi e senza articolazioni intermedie."
  }
}



reply via email to

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