Re: Unusual repeat/chorus structure

2017-04-30 Thread Jacques Menu Muzhic
Ooops, that one escaped me…: In: JM > Le 1 mai 2017 à 01:00, Jacques Menu Muzhic a écrit : > > Hello Don, > > Thanks for the invoice. > > With MuseScore 2.0.3 and musicxml2ly 2.19.55, I get the same as you: > > menu@macbookprojm:~/Documents/LaTeX/PartitionsLilypond/regular > musicxml2ly

Re: Unusual repeat/chorus structure

2017-04-30 Thread Jacques Menu Muzhic
Hello Don, Thanks for the invoice. With MuseScore 2.0.3 and musicxml2ly 2.19.55, I get the same as you: menu@macbookprojm:~/Documents/LaTeX/PartitionsLilypond/regular > musicxml2ly Mr_BojanglesJMI.xml musicxml2ly: Reading MusicXML from Mr_BojanglesJMI.xml ... musicxml2ly: warning: overfull mea

Re: Unusual repeat/chorus structure

2017-04-30 Thread Richard Shann
On Sun, 2017-04-30 at 12:05 +0100, Richard Shann wrote: > And I've made the repeat structure follow the typesetting norms - > whole > measure rests and repeat with upbeat. On further thoughts, the second repeat should perhaps be notated as in the attached. Richard Gingrich-Default Score Layout.

Re: Unusual repeat/chorus structure

2017-04-30 Thread Richard Shann
On Sun, 2017-04-30 at 12:05 +0100, Richard Shann wrote: > > This particular tune started in MuseScore and was exported > > as XML. The export/import did not go well, though I'd suggest > > that the problem was more likely to have been the export > > rather than the import. This is a complex structu

Re: Unusual repeat/chorus structure

2017-04-30 Thread Richard Shann
On Sun, 2017-04-30 at 15:24 +1000, Don Gingrich wrote: > Hi, > > As part of an on-going project to convert all of the tunes that > I play regularly to Lilypond I'm trying to typeset a song with > the structure: > > verse - chorus > verse > verse - chorus > verse >

Re: Unusual repeat/chorus structure

2017-04-29 Thread Andrew Bernard
Hi Don, For the text issue, try this: \version "2.19.59" { a4^\markup{ \teeny \italic \override #'(baseline-skip . 1.5) \center-column{ \line { "Can modulate" } \line { "to D7 and repeat"} \line {" \"Please\" verse 5"} } } } Andrew _