lilypond-user
[Top][All Lists]
Advanced

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

Re: vertical position of OttavaBracket


From: Robin Bannister
Subject: Re: vertical position of OttavaBracket
Date: Sun, 14 Jul 2019 22:00:50 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

Malte Meyn wrote:

        #{ \markup \concat \general-align #Y #UP { "16" \teeny "ma" } #}
works but
        (markup #:concat #:general-align Y UP ("16" #:teeny "ma"))
doesn’t and I don’t know why …


One explanation is that
  - concat wants to be given (markup-list?)
  - general-align wants to be given (markup?)
So the two should be swapped:
    #(markup #:general-align Y UP #:concat ("16" #:teeny "ma"))


This of course implies that your #{ #} version shouldn't work either.
But there is maybe some automagic at work here ?
 - like the automatic application of \line when omitted before { }



Cheers,
Robin



reply via email to

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