Re: Repeat 8va

2016-01-08 Thread David Kastrup
John Gourlay writes: > As an exercise in learning to use LilyPond I’m engraving “The Entertainer” by > Scott Joplin. In the old published version I’m working from (1902), the score > looks like this at measure 22: > * > > I’m concerned about the “Repeat 8va”, which I assume means that on the > se

Re: how to add header to markup after score

2016-01-08 Thread Jacques Menu
Hello Harm, It’s always a pleasure to see Scheme virtuosi at work, thanks! As is happens, 2.19.33 doesn’t succeed on the semi-manual example: Starting lilypond 2.19.33 [MarkupAfterScoresExample.ly]... Processing `/Users/menu/Documents/LaTeX/PartitionsLilypond/MarkupAfterScoresExample.ly' Parsi

Re: Repeat 8va

2016-01-08 Thread mskala
On Fri, 8 Jan 2016, H. S. Teoh wrote: > > It's a shame that LilyPond's requirement to completely evaluate music > > expressions immediately, and therefore once and for all, forces this > > kind of thing on us. The natural thing to want to do would be to have > This is not really true. What I usua

Re: Repeat 8va

2016-01-08 Thread H. S. Teoh
On Sat, Jan 09, 2016 at 12:11:48AM -0600, msk...@ansuz.sooke.bc.ca wrote: > On Fri, 8 Jan 2016, Christopher R. Maden wrote: > > Generally, once you get into any kind of moderately complicated > > score, you have to concoct your score and MIDI separately, e.g.: > > > > theTune = c c c c > > theScore

Re: Repeat 8va

2016-01-08 Thread mskala
On Fri, 8 Jan 2016, Christopher R. Maden wrote: > Generally, once you get into any kind of moderately complicated score, you > have to concoct your score and MIDI separately, e.g.: > > theTune = c c c c > theScore = \repeat volta 2 { \theTune } > theMidi = \theTune \transpose c c' \theTune > \score

Manual page breaking causing assertion failure

2016-01-08 Thread Chris Yate
Hi, I'm trying to paginate my score nicely and the automatic paging isn't good enough. So I'm doing all the page breaks manually -- and a certain situation is causing an assertion failure on compilation: << Snippet of output: MIDI output to `BeiMannernScore.mid'... Finding the ideal number

Re: Where to look up explanation of syntax

2016-01-08 Thread H. S. Teoh
On Fri, Jan 08, 2016 at 06:30:21PM -0500, Joseph N. Srednicki wrote: [...] > I searched, but I cannot locate the appropriate location the in the > Lilypond documentation that explains the "*5/6" syntax. > > Can someone point me to this documentation? http://www.lilypond.org/doc/v2.19/Documentatio

Where to look up explanation of syntax

2016-01-08 Thread Joseph N. Srednicki
I downloaded a Lilypond file from the Mutopia site containing Bach's chorale prelude O Mensch Bewein. The first measure contains the following: ef8.*5/6 \mordent [f32 ef f] f8. \trill ef32 f g16 af g f32 ef ef8 g16 f | I searched, but I cannot locate the appropriate location the in the

Re: Repeat 8va

2016-01-08 Thread Simon Albrecht
On 08.01.2016 23:08, John Gourlay wrote: As an exercise in learning to use LilyPond I’m engraving “The Entertainer” by Scott Joplin. Without wanting to spoil your efforts and interest: I’ve only just updated the engraving on Mutopia. Since the pull request is still pending, you must retrieve

Re: Repeat 8va

2016-01-08 Thread H. S. Teoh
On Fri, Jan 08, 2016 at 04:16:15PM -0600, Christopher R. Maden wrote: > On 01/08/2016 04:08 PM, John Gourlay wrote: > >As an exercise in learning to use LilyPond I’m engraving “The > >Entertainer” by Scott Joplin. In the old published version I’m > >working from (1902), the score looks like this at

Re: Repeat 8va

2016-01-08 Thread Christopher R. Maden
On 01/08/2016 04:08 PM, John Gourlay wrote: As an exercise in learning to use LilyPond I’m engraving “The Entertainer” by Scott Joplin. In the old published version I’m working from (1902), the score looks like this at measure 22: I’m concerned about the “Repeat 8va”, which I assume means that o

Repeat 8va

2016-01-08 Thread John Gourlay
As an exercise in learning to use LilyPond I’m engraving “The Entertainer” by Scott Joplin. In the old published version I’m working from (1902), the score looks like this at measure 22: I’m concerned about the “Repeat 8va”, which I assume means that on the second repetition of this section it

Re: how to add header to markup after score

2016-01-08 Thread Thomas Morley
2016-01-08 20:27 GMT+01:00 Ryan Michael : > I have the following basic lilypond layout > \header{ > title = "Title of My Piece" > composer = "Ryan Wieghard" >} > > \score{ > > %score stuff% > } > > \pageBreak > > \markup{ > %Text formatting, columns, etc.% > } > > > > I would like to

Re: Snippet: Vertical brace spanning several lyrics lines [addition]

2016-01-08 Thread Thomas Morley
2016-01-06 12:14 GMT+01:00 Thomas Morley : > 2016-01-06 10:01 GMT+01:00 Robert Blackstone : >> Dear list, >> >> I found the snippet: "Vertical brace spanning several lyrics lines" >> (http://lsr.di.unimi.it/LSR/Item?id=265 and >> http://lsr.di.unimi.it/LSR/Snippet?id=265). > [...] >> If yes, is thi

Re: Microtonal notation - arrows up and down

2016-01-08 Thread Hans Åberg
> On 8 Jan 2016, at 18:35, Luca Danieli wrote: > It works. Unfortunately I can only re-name the existing standard notation. > What about adding arrow-"ed" accidentals to the already existing ones? SMuFl works together with OpenLilyLib. This way one can, by using Graham’

Re: Microtonal notation - arrows up and down

2016-01-08 Thread Hans Åberg
> On 8 Jan 2016, at 18:35, Luca Danieli wrote: > It works. Unfortunately I can only re-name the existing standard notation. > What about adding arrow-"ed" accidentals to the already existing ones? SMuFl works together with OpenLilyLib. This way one can, by using Graham’

how to add header to markup after score

2016-01-08 Thread Ryan Michael
I have the following basic lilypond layout \header{ title = "Title of My Piece" composer = "Ryan Wieghard" } \score{ %score stuff% } \pageBreak \markup{ %Text formatting, columns, etc.% } I would like to add a header to the markup that follows the score. When I write: \header {

Re: Bravura svg font

2016-01-08 Thread Paul Booker
David Kastrup gnu.org> writes: > > Andrew Bernard gmail.com> writes: > > > Hi Paul, > > > > I don’t know if it is by design or not in lilypond, but I incorporate > > a lot of postscript in my scores and they simply will not render as > > SVG. So far, I have never had any clear answers about th

Re: adding stand alone text after a score

2016-01-08 Thread Jean-Charles Malahieude
Le 08/01/2016 18:50, Ryan Michael a écrit : Hello I have the following score block: \score { \new StaffGroup << [...] >> \markup { \fill-line { Hello hello hello } } \layout { } \midi { } } However I get the error: syntax error, unexpected \markup Just move your ma

adding stand alone text after a score

2016-01-08 Thread Ryan Michael
Hello I have the following score block: \score { \new StaffGroup << << \new Staff \new Voice = "recorder" << \global \recorder >> >> << \new Staff \new Voice = "viola" << \global \viola >> >> \new Lyrics \lyricsto "viola" \verseOne >> \markup { \fill-line { Hello hel

RE: Microtonal notation - arrows up and down

2016-01-08 Thread Luca Danieli
Thank you Graham. I don't understand very much what is written within the page you sent me. But from the "quick start" I have understood the basic and was able to implement this code: http://lsr.di.unimi.it/LSR/Snippet?id=786 It works. Unfortunately I can only re-name the existing standard notati

Re: warning for duplicate definitions

2016-01-08 Thread David Wright
On Fri 08 Jan 2016 at 15:44:32 (+0200), Mike Solomon wrote: > I’m combining several documents into a large book tonight and I am positive > that I have: > > legato = \markup \italic “legato” > > in at least 10 documents. I’d like to consolidate these into a style sheet > but I’m worried that I

Re: warning for duplicate definitions

2016-01-08 Thread David Kastrup
Mike Solomon writes: > Hey all, > > I’m combining several documents into a large book tonight and I am > positive that I have: > > legato = \markup \italic “legato” > > in at least 10 documents. I’d like to consolidate these into a style > sheet but I’m worried that I’ll miss some, so it’d be us

Re: Bravura svg font

2016-01-08 Thread David Kastrup
Andrew Bernard writes: > Hi Paul, > > I don’t know if it is by design or not in lilypond, but I incorporate > a lot of postscript in my scores and they simply will not render as > SVG. So far, I have never had any clear answers about this > behaviour. Is it that lilypond can’t do conversion from

Re: not justify page last score to score

2016-01-08 Thread tisimst
Martin, On Fri, Jan 8, 2016 at 4:22 AM, Martin Oboe [via Lilypond] < ml-node+s1069038n185681...@n5.nabble.com> wrote: > Buenos dias! > Soy nuevo por aquí, pero no utilizando frescobaldi. > Mi intención es aprender más poco a poco sobre la finalización de > partituras. > My problema: > Sé justific

warning for duplicate definitions

2016-01-08 Thread Mike Solomon
Hey all, I’m combining several documents into a large book tonight and I am positive that I have: legato = \markup \italic “legato” in at least 10 documents. I’d like to consolidate these into a style sheet but I’m worried that I’ll miss some, so it’d be useful to issue a warning for duplica

Re: Bravura svg font

2016-01-08 Thread Andrew Bernard
Hi Paul, I don’t know if it is by design or not in lilypond, but I incorporate a lot of postscript in my scores and they simply will not render as SVG. So far, I have never had any clear answers about this behaviour. Is it that lilypond can’t do conversion from postscript code in markups and so

Re: Rewriting an expression that uses ly:make-simple-closure

2016-01-08 Thread David Kastrup
Paul Morris writes: > Hi all, Here’s a tricky one… I’m working on updating a piece from the > Mutopia Project[1] (from LilyPond 2.16.1 to 2.19.35) and it uses the > following: > > centermarkup = { > \once \override TextScript.self-alignment-X = #CENTER > \once \override TextScript.X-offse

Re: Variable names

2016-01-08 Thread David Kastrup
"H. S. Teoh" writes: > On Thu, Jan 07, 2016 at 08:59:22PM +0100, Johan Vromans wrote: >> I assume there have been discussions on extending the syntax for LP >> identifiers to include dashes and underscores. My personal opinion is >> that a non-alpha separator is good to have, but two different >>

Re: Bravura svg font

2016-01-08 Thread paul booker
Nathan Ho snappizz.com> writes: > > On 2016-01-07 15:49, Simon Albrecht wrote: > > > > In case others be interested: > > > > Nice and funny Thanks, Abraham (and Mark)! > > > > Yours, Simon > > There aren't enough novelty musi