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

Unusual repeat/chorus structure

2017-04-29 Thread Don Gingrich
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 verse - chorus This particular tune started in MuseScore and was

Re: Abstracting these commands

2017-04-29 Thread Andrew Bernard
Hi Michiel, Can you post a MWE showing the issue you are concerned about? I believe there is a simple answer, but I don't want to code up a sample that may not be what you want. MWE's a pretty much mandatory for helping out. Andrew ___ lilypond-user

Abstracting these commands

2017-04-29 Thread Michiel Sikma
Hello, I've got a question about a few commands I've got. They have some duplicate text, and I was wondering if there's a way to maybe simplify or abstract the code a bit. https://gist.github.com/msikma/a00238a0a6155d080d8c8ca57870f360 I actually wrote this a while ago, so I'm no longer 100% sure

opus conflict

2017-04-29 Thread Mark Stephen Mrotek
Hello, In my \book \header I have fields of title, composer, and opus. The manual (2.18) states "The values of the fields filter down this hierarchy, with the values set higher in the hierarchy persisting unless they are over-ridden by a value set lower in the hierarchy." This is

Re: Up and down arrows

2017-04-29 Thread David Wright
On Sat 29 Apr 2017 at 07:12:07 (+0200), Federico Bruni wrote: > There's an example in the LSR. Yes…and 1054 other things too. > Il 29 aprile 2017 04:57:09 CEST, Paul Napolitano > ha scritto: > >Is there a way to put up and down arrows above the staff to indicate >

Re: 2.19.59: Bad horizontal spacing when \override LyricText#'X-offset

2017-04-29 Thread Trevor Daniels
Dmytro, you wrote Saturday, April 29, 2017 8:06 PM >> please, dear 'ponders, let me know what's wrong here in my email. >> >> Should I post this in bug-lilypond? Or is this spacing correct? > Oh SORRY, your replies were dropped by my gmail. No need to apologise. We've noted this as a

Re: Midiimport für Lilypond/Frescobaldi

2017-04-29 Thread Bernhard Kleine
No, I want to know whether there are faster methods to code sheet musik: for example by playing the tune on a midi keyboard voice for voice and incorporating this voices in a choir sheet. Then I would like to control my work by listening to the play and not by reading the partiture. Bernhard

Re: 2.19.59: Bad horizontal spacing when \override LyricText #'X-offset

2017-04-29 Thread Dmytro O. Redchuk
2017-04-29 22:04 GMT+03:00 Dmytro O. Redchuk : > > please, dear 'ponders, let me know what's wrong here in my email. > > Should I post this in bug-lilypond? Or is this spacing correct? Oh SORRY, your replies were dropped by my gmail. I am sorry, indeed ) Thank you :) --

Re: 2.19.59: Bad horizontal spacing when \override LyricText #'X-offset

2017-04-29 Thread Dmytro O. Redchuk
28 квітня 2017 р. о 11:10 Dmytro O. Redchuk написав: > Hi, Hi, please, dear 'ponders, let me know what's wrong here in my email. Should I post this in bug-lilypond? Or is this spacing correct? > > please take a look at this MWE: > > % --- 8< >

Re: Midiimport für Lilypond/Frescobaldi

2017-04-29 Thread Karlin High
My favorite software for generating MIDI files for rehearsals is SpeedyMIDI: https://sourceforge.net/projects/speedymidi/ That program allows entering pitches and durations as a MIDI file. Then Frescobaldi, or the LilyPond midi2ly tool it uses, can generate a LY file from it. Bernhard Kleine

Re: Midiimport für Lilypond/Frescobaldi

2017-04-29 Thread Knute Snortum
Can I ask a dumb question? Are you just trying to play the music you just entered in LilyPond? Have you tried double-clicking on the .mid file from a File Explorer window? Often the default MIDI player will execute. Or, in Frescobaldi, there is a MIDI Player window which you can open via the

\magnifyMusic omits unison notes in \partcombine?

2017-04-29 Thread Karlin High
A songwriter looked at my LilyPond job and asked, "Can you make the note heads bigger in proportion to everything else?" Yes, thanks to \magnifyMusic, I thought. It's a SATB hymn, I'm using \partcombine, and apparently \magnifyMusic doesn't pick up the unison notes the way I'm writing it.

Re: \magnifyMusic omits unison notes in \partcombine?

2017-04-29 Thread Karlin High
Thomas Morley-2 wrote > Under the hood \partcombine distributes the music to up to four different > Voices. They are called "one", "two", "shared" and "solo". Thank you very much for the primer on how \partcombine works. I noticed the notes moving to different tracks in the MIDI output each time

Re: MagnifyMusic omits unison notes from PartCombine

2017-04-29 Thread Karlin High
Thomas Morley-2 wrote > all three came through: Apologies for the noise! In past experience, posts to lilypond-user would get a list acknowledgement almost instantly, or never. After an hour went by with no response, I thought the post was lost. But now the posts actually DID go through over 24

Re: \magnifyMusic omits unison notes in \partcombine?

2017-04-29 Thread Thomas Morley
2017-04-28 0:02 GMT+02:00 Karlin High : > A songwriter looked at my LilyPond job and asked, "Can you make the note > heads bigger in proportion to everything else?" Yes, thanks to > \magnifyMusic, I thought. It's a SATB hymn, I'm using \partcombine, and > apparently

Re: Magnifystaff question (possibly bug?)

2017-04-29 Thread Thomas Morley
)se 2017-04-29 4:49 GMT+02:00 Michiel Sikma : > > Hi there, > > There's something I don't entirely understand about \magnifyStaff - I'm using > it to scale down my entire score, without having to use layout-set-staff-size > (since I don't want to switch to a different feta

Re: \magnifyMusic omits unison notes in \partcombine?

2017-04-29 Thread Klaus Blum
Manuela wrote > What is the pair for? When I omit it, everything works fine, check it out Optional chord-range sets the distance in steps between notes that may be combined into a chord or unison. (From the LilyPond NR, this is new in 2.19) \partcombine #'(2 . 9) ... indicates that the smallest

Re: MagnifyMusic omits unison notes from PartCombine

2017-04-29 Thread Thomas Morley
2017-04-28 1:37 GMT+02:00 Karlin High : > Meta-minimal example: can I post AT ALL? Third try, no list acknowledgement > so far. Hi Karlin, all three came through: http://lists.gnu.org/archive/html/lilypond-user/2017-04/index.html (search for your name) If you've got no

MagnifyMusic omits unison notes from PartCombine

2017-04-29 Thread Karlin High
Meta-minimal example: can I post AT ALL? Third try, no list acknowledgement so far. If this works, LilyPond code and PNG will follow. -- Karlin High Missouri, USA ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Up and down arrows

2017-04-29 Thread Lukas-Fabian Moser
> > > Is there a way to put up and down arrows above the staff to indicate the > down and up beats? > > c'4 ^\markup { ↓ } f'4 ^\markup { ↑ } > An if they should be put in one nicely justified line, one could use lyrics: \version "2.19.44" << \new Lyrics = "beats" \new Staff \relative g' <<

Re: \magnifyMusic omits unison notes in \partcombine?

2017-04-29 Thread Manuela Gößnitzer
What is the pair for? When I omit it, everything works fine, check it out \version "2.19.56" one = { a'2 f' } two = { f'2 f' } \partcombine \magnifyMusic 1.2 \one \magnifyMusic 1.2 \two Greetings, Manuela 2017-04-28 0:02 GMT+02:00 Karlin High : > A songwriter looked at my

Re: Magnifystaff question (possibly bug?)

2017-04-29 Thread Andrew Bernard
Hi Michiel, Not an answer to your direct question, but closely related. Have you considered using set-global-staff-size? >From the NR Section 4.2.2. [version 2.19.59] To set the staff size globally for all scores in a file (or in a \book block, to be precise), use set-global-staff-size: