Re: Ambrosian Chant Notation

2020-01-11 Thread nagymusic
Andrew, Many thanks for your message. Here's what I have managed so far (see below). I'm still trying to figure out how to create a custom notehead (extended black rectangle), as in the attached example. \version "2.19.83" \include "gregorian.ly" \include "lilypond-book-preamble.ly" chant = \r

Ambrosian Chant Notation

2020-01-11 Thread nagymusic
IMG_20200111_160849_1.jpg Hello! I'm asked to revise a few Ambrosian chants from the Anglican hymnal. The goal is to modify the text while keeping the pitches intact. Does anyone have suggestions on how to engrave the at

Re: stopStaff - startStaff End-of-System Staves

2019-08-29 Thread nagymusic
Thanks, Robin, for your suggestion. I checked for auxiliary voices and found none. After some experimenting, I learned that by including \override Staff.StaffSymbol.line-count = #0 right after \stopStaff properly displays the barlines. -- Sent from: http://lilypond.1069038.n5.nabble.com/User

stopStaff - startStaff End-of-System Staves

2019-08-28 Thread nagymusic
I attached a screenshot from the ending of my score in which I used \stopStaff and \startStaff to completely hide staves at the end of the piece for performance purposes. Would anyone be willing to have a look at the attached screenshot and explain why there're small segments of staves visible at t

Re: Survey: Large scores

2019-05-15 Thread nagymusic
Orm, As I was reading more about concatenating various sections and/or combining multiple movements into a larger Lilypond file, I came across your post that included a link to your impressive orchestral score! I was able to download and study the PDF you attached in your post. Would you be willin

Re: Tremolo Glissando

2019-03-30 Thread nagymusic
Thanks so much, Valentin. This works great! -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Tremolo Glissando

2019-03-30 Thread nagymusic
Hello! I'm working on a piece for cello and would like to know it if it's possible to notate a tremolo glissando in Lilypond. See the attached screenshot. Thank you, Zvony Screenshot_from_2019-03-30_10-54-46.png

Re: First page number not printed in a \bookpart

2019-03-05 Thread nagymusic
Ok, this does the trick: oddHeaderMarkup = \markup \fill-line { " " \on-the-fly \not-part-first-page \on-the-fly #print-page-number-check-first \fromproperty #'page:page-number-string } evenHeaderMarkup = \markup \fill-line { \on-the-fly \not-part-first-page \on-t

Re: First page number not printed in a \bookpart

2019-03-03 Thread nagymusic
Thanks, Aaron. Really appreciate your reply and advice. This all makes sense. Just a quick follow up question: how to adjust the settings when page numbers alternate between "left and right" header areas? Ideally, I'd like to be able to automate the process, so to speak, so that regardless of odd

First page number not printed in a \bookpart

2019-03-02 Thread nagymusic
I have a few \bookpart blocks in my score (within a \book { } block). While keeping the same order of page numbers, is it possible to set each \bookpart so it doesn't print its very first page number? Something like print-first-page-number = ##f but for each \bookpart block? Thank you! -- Sent

Re: Title/Subtitle Left-Align

2019-03-02 Thread nagymusic
Including \fill-line and \null as illustrated below did the trick: copyright = \markup \fill-line { \null "© 2019 ..." } -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user mailing list lilypond-user@gnu.org https://li

Re: Title/Subtitle Left-Align

2019-03-02 Thread nagymusic
Just a quick follow-up question: given the settings in my last post (see above), is it possible to set the copyright line to be right-aligned (same as the composer), instead of centered as by default? Thank you! -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html _

Re: Ped. al fine

2019-03-02 Thread nagymusic
Thanks, Aaron. This is exactly what I was looking for. I'm also learning a lot here! Best, Zvony -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listi

Ped. al fine

2019-03-02 Thread nagymusic
Does anyone know how to create Ped. al fine marking in which Ped. is a default sustain symbol and al fine is typeset in the regular italic font? Thank you! -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user mailing lis

Re: Short Fermata - Whole Measure Rest

2019-02-27 Thread nagymusic
Thank you so much! This is great. -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Script for note/rest refactor? (with parsing tools)

2019-02-26 Thread nagymusic
Pedro, Are you familiar with Abjad and its EvenDivisionRhythmMaker extension? -- Sent from: http://lilypond.106

Short Fermata - Whole Measure Rest

2019-02-26 Thread nagymusic
Is it possible to attach a short fermata to a whole measure rest, similar when using fermatas with regular rests: R1 \shortfermata? I know that \fermataMarkup works well with a regular fermata. Thank you! -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

Re: Title/Subtitle Left-Align

2019-02-01 Thread nagymusic
I figured it out (see below). I welcome other suggestions and/or improvements. Thanks again! \version "2.19.82" \paper { bookTitleMarkup = \markup \pad-around #6 { \fill-line { \column { \italic \fromproperty #'header:dedication \lower #1 \huge \larger \larger \bold \

Re: Title/Subtitle Left-Align

2019-02-01 Thread nagymusic
Ok, just one last question: How about having the dedication, title, subtitle, subsubtitle left-aligned, but the composer right-aligned? I understand that the bookTitleMarkup displays everything on the left so including the composer text there wouldn't work unless there's a workaround. Here's what

Re: Title/Subtitle Left-Align

2019-02-01 Thread nagymusic
Aaron, Thank you for your thorough reply. I'm learning a lot here. As you explained, redefining the whole layout is very efficient to achieve this. Best, Zvony -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user maili

Re: Title/Subtitle Left-Align

2019-02-01 Thread nagymusic
Thanks, Lukas. This is very helpful! I'm not re-typesetting the attached example. I only included it so it helps to understand my question. -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user mailing list lilypond-user

Re: Title/Subtitle Left-Align

2019-01-31 Thread nagymusic
Thanks for the suggestion! I used \column to include subtitles: \header { piece = \markup { \pad-around #6 \column { \line { \fontsize #3 \bold "Title" } \line { \lower #1 \fontsize #2 \bold "subtitle" } \line { \lower #1 \fontsize #1 \bold "subsubtitle" } } } }

Re: Text not properly formatted

2019-01-31 Thread nagymusic
Use "double hyphen" -- between syllables: Tan -- zen und Sprin -- gen, Sin -- gen und Klin -- gen, fa -- la -- la -- la fa -- la -- la -- la fa -- la -- la. -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user maili

Re: Text not properly formatted

2019-01-31 Thread nagymusic
Try adjusting the lyrics so that there is a "double hyphen" -- between syllables: Tan -- zen und Sprin -- gen, Sin -- gen und Klin -- gen, fa -- la -- la -- la fa -- la -- la -- la fa -- la -- la. -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___

Title/Subtitle Left-Align

2019-01-31 Thread nagymusic
Would anyone be willing to advise on how to left-align the title (also a subtitle, dedication but not the composer)? I attached a screenshot from one of the scores. Thank you! ued3672310Le8NuL1rjEiba_1280x1280.jpg

RE: Environmental Path Variable

2019-01-30 Thread nagymusic
Following a new LilyPond install on a Windows 10 machine, I had to recently update the Environmental Path Variable in order to have LilyPond callable from the terminal. I'm just following up on my earlier post with a brief update, especially in case if there're other Windows users with a similar qu

Re: Italic/Bold Text Font Not Showing

2019-01-18 Thread nagymusic
It seems to be working if the font is downloaded from Font Squirrel . I suppose the font configuration has changed in most recent updated on Github and Google. -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html __

Italic/Bold Text Font Not Showing

2019-01-18 Thread nagymusic
When Spectral font is set as roman text font, the italics and bold are not showing; the regular roman is. The font works just fine on Linux machine, but not on Windows. In fact, I used to be able to use Spectral font on an o

Polymeter Question

2018-11-19 Thread nagymusic
I'm working on a flute and marimba duet that features a polymetric passage. Would someone be able to suggest how to fix the typeset music to respect automatic line breaks? Currently, it just runs off the page... (see attached .ly file)? I browsed the forum and gather that there could be an issue w

Lining Numerals

2018-07-15 Thread NagyMusic
Hello! Is it possible to set the lining numerals option when using a text font that displays the old style numerals by default, but includes open type features and variants? Thank you! ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gn

Environmental Path Variable

2018-06-04 Thread NagyMusic
I have Lilypond 2.19.80 installed on Windows, and it works just fine when used with Frescobaldi. I'm working on a project for which I need to be able to make Lilypond callable from my command line, which presently, I can't seem to achieve. For instance, when I enter lilypond --version, I get this m

Compress Full Bar Rests with Temporary Divisi Staves

2017-06-25 Thread NagyMusic
ing might be overriding the \compressFullBarRests? I also attached a snippet that I modified to fit my example (3518.ly). Thank you very much! nagymusic music.ly Description: Binary data parts-Cb.ly Description: Binary data full_score.ly Description: Binary data 3518.