Re: struggling to get horizontal space on the page exactly proportional to time

2021-07-09 Thread Kevin Barry
> Fwiw, attached is the music from my guitar book, and the version I > typeset with lilypond. Comparing the two might clarify why I'm trying > to do something so untraditional. I looked at them and it's not clear why you need the barlines on separate lines to line up exactly. It's desirable for

Re: struggling to get horizontal space on the page exactly proportional to time

2021-07-09 Thread Jacques Menu
Hello Sam, It would be more helpful I think to have lines break at musical fragments endings, such as where you added double bars manually and after measure 24. JM > Le 9 juil. 2021 à 10:58, Kevin Barry a écrit : > >> Fwiw, attached is the music from my guitar book, and the version I >>

wront type for argument: on \note

2021-07-09 Thread ming tsang
Hi lilyponders: I try to run the following lilypond code. \version "2.23.3" \markup { \note #"16" #1 } And I got the following error. Starting lilypond-windows.exe 2.23.3 [Untitled_note.ly]... Processing `C:/Users/yming tsang/Documents/CHOIR_2021/the-Lord-in-His-Holy-temple/Untitled_note.ly'

Re: wront type for argument: on \note

2021-07-09 Thread Aaron Hill
On 2021-07-09 1:22 pm, ming tsang wrote: I try to run the following lilypond code. \version "2.23.3" \markup { \note #"16" #1 } The markup command was changed (in version 2.22, I think) so that you now specify a duration, not a string: \markup \note { 16 } #UP -- Aaron Hill

Re: wront type for argument: on \note

2021-07-09 Thread David Kastrup
Aaron Hill writes: > On 2021-07-09 1:22 pm, ming tsang wrote: >> I try to run the following lilypond code. >> \version "2.23.3" >> \markup { \note #"16" #1 } > > The markup command was changed (in version 2.22, I think) so that you > now specify a duration, not a string: > > > \markup \note