Re: Resize \rhythm in mixed markup

2023-01-10 Thread Thomas Morley
Am Di., 10. Jan. 2023 um 02:44 Uhr schrieb David Kastrup : > > Thomas Morley writes: > > > Am So., 8. Jan. 2023 um 10:21 Uhr schrieb Thomas Morley > > : > >> > >> Hi, > >> > >> consider below > >> > >> \version "2.24.0" > >> > >> \score { > >> { g'1^\markup { My Rhythm \rhythm { 8[ 8] } } } >

Re: Resize \rhythm in mixed markup

2023-01-09 Thread David Kastrup
Thomas Morley writes: > Am So., 8. Jan. 2023 um 10:21 Uhr schrieb Thomas Morley > : >> >> Hi, >> >> consider below >> >> \version "2.24.0" >> >> \score { >> { g'1^\markup { My Rhythm \rhythm { 8[ 8] } } } >> \layout { >> \context { >> \StandaloneRhythmStaff >> fontSize = #6

Re: Resize \rhythm in mixed markup

2023-01-08 Thread David Kastrup
David Kastrup writes: > Jean Abou Samra writes: > >> Apparently, top-level markups are interpreted with \paper, although >> grob-interpret-markup interprets with a real \layout? >> >> >> \version "2.24.0" >> >> #(define-markup-command (whats-layout layout props) () >>    (interpret-markup

Re: Resize \rhythm in mixed markup

2023-01-08 Thread David Kastrup
Jean Abou Samra writes: > Apparently, top-level markups are interpreted with \paper, although > grob-interpret-markup interprets with a real \layout? > > > \version "2.24.0" > > #(define-markup-command (whats-layout layout props) () >    (interpret-markup layout props (symbol->string >

Re: Resize \rhythm in mixed markup

2023-01-08 Thread Jean Abou Samra
Apparently, top-level markups are interpreted with \paper, although grob-interpret-markup interprets with a real \layout? \version "2.24.0" #(define-markup-command (whats-layout layout props) ()    (interpret-markup layout props (symbol->string (ly:output-def-lookup layout

Re: Resize \rhythm in mixed markup

2023-01-08 Thread David Kastrup
David Kastrup writes: > Thomas Morley writes: > >> Am So., 8. Jan. 2023 um 10:21 Uhr schrieb Thomas Morley >> : >>> >>> Hi, >>> >>> consider below >>> >>> \version "2.24.0" >>> >>> \score { >>> { g'1^\markup { My Rhythm \rhythm { 8[ 8] } } } >>> \layout { >>> \context { >>>

Re: Resize \rhythm in mixed markup

2023-01-08 Thread David Kastrup
Thomas Morley writes: > Am So., 8. Jan. 2023 um 10:21 Uhr schrieb Thomas Morley > : >> >> Hi, >> >> consider below >> >> \version "2.24.0" >> >> \score { >> { g'1^\markup { My Rhythm \rhythm { 8[ 8] } } } >> \layout { >> \context { >> \StandaloneRhythmStaff >> fontSize = #6

Re: Resize \rhythm in mixed markup

2023-01-08 Thread Jean Abou Samra
Le 08/01/2023 à 13:36, Thomas Morley a écrit : I aimed at a smaller size and all Beams and (flagged) Stems should end at the same height. Can this be achieved more easily? For the time being I would just use a music variable, e.g., \version "2.24.0" setup = {   \set fontSize = -5  

Re: Resize \rhythm in mixed markup

2023-01-08 Thread Jean Abou Samra
Le 08/01/2023 à 11:13, Thomas Morley a écrit : Actually it works, if the \layout is placed toplevel. A bug? It's a limitation of \markup \score. \version "2.24.0" \layout {   \override Voice.NoteHead.color = "red" } \score {   \layout {     \override Voice.NoteHead.color = "blue"   }   {

Re: Resize \rhythm in mixed markup

2023-01-08 Thread Thomas Morley
Am So., 8. Jan. 2023 um 11:13 Uhr schrieb Thomas Morley : > > Am So., 8. Jan. 2023 um 10:21 Uhr schrieb Thomas Morley > : > > > > Hi, > > > > consider below > > > > \version "2.24.0" > > > > \score { > > { g'1^\markup { My Rhythm \rhythm { 8[ 8] } } } > > \layout { > > \context { > >

Re: Resize \rhythm in mixed markup

2023-01-08 Thread Thomas Morley
Am So., 8. Jan. 2023 um 10:21 Uhr schrieb Thomas Morley : > > Hi, > > consider below > > \version "2.24.0" > > \score { > { g'1^\markup { My Rhythm \rhythm { 8[ 8] } } } > \layout { > \context { > \StandaloneRhythmStaff > fontSize = #6 > } > } > } > > I'll have numerous

Resize \rhythm in mixed markup

2023-01-08 Thread Thomas Morley
Hi, consider below \version "2.24.0" \score { { g'1^\markup { My Rhythm \rhythm { 8[ 8] } } } \layout { \context { \StandaloneRhythmStaff fontSize = #6 } } } I'll have numerous such markups combining straight text and \rhythm. Thus I'd like to have a method to adjust