Restart beat counting after manually inserting a bar

2017-12-13 Thread nokel81
I have the following lilypond syntax: \time 6/4 g8[ d8] \bar "|" f4 g8[ a8] a4( g2) g8[ c8] | a4.( g8) f8[ g8] g2. \bar "|." Since the total beat count is 13 (not easily divisible by 6) and the last note is 3 beats, lilypond adds an empty bar at the end of the staff before the ending bar

Restart beat counting after manually inserting a bar

2017-12-13 Thread nokel81
I have the following lilypond syntax: \time 6/4 g8[ d8] \bar "|" f4 g8[ a8] a4( g2) g8[ c8] | a4.( g8) f8[ g8] g2. \bar "|." Since the total beat count is 13 (not easily divisible by 6) and the last note is 3 beats, lilypond adds an empty bar at the end of the staff before the ending bar which

Re: Change the text within a volta

2017-12-30 Thread nokel81
Thank you very much however, my text comes out really weird. I have set my font- name to "sans" but that doesn't seem to help. -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

No Time Signature

2017-12-27 Thread nokel81
Hello, is there a way so that lilypond treats an entire staff as a single bar and just break the notes where it is best? I want to do this with stem-less notes for modern chant. -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___

Re: No Time Signature

2017-12-27 Thread nokel81
Thank you -- 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

Change the text within a volta

2017-12-29 Thread nokel81
I currently have the following: However, I would like to be able to change the text within the volta since I am not actually using it as a repeat but more of an option depending on the calendar. -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

Re: Change the text within a volta

2017-12-29 Thread nokel81
Yes, I tried using the raw tag, I guess it didn't work. \omit Score.BarLine \repeat volta 3 {} \alternative { {} { \undo \omit Score.BarLine \bar "|" f2 \bar "|" } { f4( ees c) ees ees(

Spacing between notes

2018-02-19 Thread nokel81
I am using the the `\include "gregorian.ly"` but the spacing between the notes is a bit off leading to the notes and the lyrics don't line up. Code: test.pdf -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

Re: Spacing between notes

2018-02-19 Thread nokel81
\include "gregorian.ly" \paper { #(set-paper-size "letter") #(define margin (* 1.5 in)) } \layout { \context { \Staff \remove "Time_signature_engraver" \remove "Bar_engraver" \hide Stem } \context { \Voice \override

Changing spacing between notes a lot

2018-04-15 Thread nokel81
Hello I was wondering if there is a way to change the spacing between notes many times in a staff. I have tried using \newSpacingSection and \override Score.SpacingSpanner.spacing-increment but it has not worked. What I would like to do is to make something like this.