Menu

#47 \pageText

v1.0_(example)
closed
None
1
2017-03-24
2017-03-24
Anonymous
No

Dear,

I would like to put free text on a page with information about key signature of the song.

\pageText<"C# major", "lt", dx=25, dy=-45> - this does not work at all (nothing is visible)
\title<"C# major", "lt", dx=25, dy=-45> - this works and I can see it but default font size is too big for me
\title<"C# major", "lt", dx=25, dy=-45, fontsize=8pt> - this does not work (nothing is visible)

I have tested this with GuidoEditor application.

How to use these tags properly?

Discussion

  • Dominique Fober

    Dominique Fober - 2017-03-24
    • status: open --> closed
     
  • Dominique Fober

    Dominique Fober - 2017-03-24

    you're not using the correct tag parameter name: font size is set using fsize (and not fontsize)
    Note that there is many solutions to put your text on the score e.g;

    [
        \title<"A title", textformat="bl", dx=-60, dy=4, font="Arial", fsize=18pt> 
        \clef<"g2"> \key<-2> \meter<"2/4"> 
        \tempo<"some free text in a tempo tag", dy=3>
        \text<"some free text in a text tag", dy=14hs, font="Courier", fsize=14pt>
        (c g c g c g c g) c g c g c g 
    ]
    
     

Log in to post a comment.