Re: Empty markup lines behavior change (maybe regression) in dev (2.21.7) than stable (2.20.0)

2020-10-08 Thread K.L.
OK I see, the solution is to place a space char in the empty string. On Fri, Oct 9, 2020 at 12:30 AM Aaron Hill wrote: > On 2020-10-08 3:03 am, K.L. wrote: > > Yes, if a global \markup, it can be reserved, but not for the \markup > > in *\header > > title*. > > My

Re: Empty markup lines behavior change (maybe regression) in dev (2.21.7) than stable (2.20.0)

2020-10-08 Thread K.L.
Yes, if a global \markup, it can be reserved, but not for the \markup in *\header title*. I checked this in a svg backend result. On Thu, Oct 8, 2020 at 12:32 PM Aaron Hill wrote: > On 2020-10-07 8:20 pm, Andrew Bernard wrote: > > If you use { " " } you will get a blank line, in 2.21.6. I don't

Empty markup lines behavior change (maybe regression) in dev (2.21.7) than stable (2.20.0)

2020-10-07 Thread K.L.
Try engrave this ly code: \version "2.20.0" > > \header { > title = \markup \column { >\line { "Minuet" } >\line { "" } >\line { "" } > } > subtitle = "A study in accent and in the correct timing of half beats" > } > {s} By lilypond v2.20.0: [image: image.png] By lilypond v2

Why myself building lilypond much slower than official release?

2020-10-05 Thread K.L.
Greetings. I tried building the lilypond source code from the master branch latest revision (18 Sep 2020) from this gitlab repository , and that's accomplished successfully. But when I try to engrave a medium size ly file with myself built lilypond, it costs 3

Grace + repeat result in an extra error measure

2020-03-28 Thread k.l.
<<\context Staff = "1" <<\relative g' { { c1 }\repeat volta 2 { \appoggiatura g32 g8 ( [ f8 e8 f8 ] r2}}>> \context Staff = "2" << \relative e' {{ g1 } \repeat volta 2 { g1 }} But if si

Re: Easy way for converting .ly to svg document

2019-08-29 Thread k.l.
on't believe they can > get converted to SVG, so avoid that. > > > Andrew > > > On 29/8/19 1:09 pm, k.l. wrote: >> Where to find the SVG file? I only get .pdf and .ps >> > > ___ > lilypond-user mai

Re: Easy way for converting .ly to svg document

2019-08-28 Thread k.l.
Andrew Bernard wrote > I forgot to mention, why don't you just open the SVG file? Use any text > editor. > > Andrew > > > ___ > lilypond-user mailing list > lilypond-user@ > https://lists.gnu.org/mailman/listinfo/lilypond-user Where to find the SVG

Easy way for converting .ly to svg document

2019-08-28 Thread k.l.
I'm newly work on lilypond. I saw that when generating PDF document from .ly source, lilypond use svg as the backend, but what to do to if I want to get the svg code? Thanks. -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypo