lilypond-user
[Top][All Lists]
Advanced

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

Re: extracting page number


From: Paul Scott
Subject: Re: extracting page number
Date: Fri, 3 Nov 2023 09:35:53 -0700
User-agent: Mozilla Thunderbird

On 11/3/23 2:43 AM, Jean Abou Samra wrote:

Le 3 nov. 2023 à 09:35, Paul Scott <waterhorsemusic@aol.com> a écrit :

\markup\fill-line{ \firstPage }
59 is a number, but you're trying to use it as a string, so try

\markup \fill-line { #(markup->string firstPage) }



I tried:

\version "2.25.9"

firstPage = #59

\book{
  \markup \fill-line{ #(markup->string firstPage ) }
  \score{ \new Staff \new Voice \absolute{ a'1 } }
}

and the fill-line gives me nothing.  Text I add to the fill-line shows up.

TIA for further help,

Paul




reply via email to

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