Re: feathered beam calculations

2018-12-21 Thread Aaron Hill
featherDurations. Hopefully some of this will be helpful. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: feathered beam calculations

2018-12-21 Thread Aaron Hill
f g f d e d f] } c4~c | c1 | } \featherDurations only operates on the argument you pass in. Without the braces, you are only giving it a single note. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org

Re: v2.19.82 documentation unusable?

2018-11-23 Thread Aaron Hill
tional missing fonts, but those are largely irrelevant (i.e. "LuxiMono" used as an example of overriding the typewriter font). Something for folks to consider to tide us over until the next release. -- Aaron Hill ___ lilypond-user mailing li

Re: v2.19.82 documentation unusable?

2018-11-23 Thread Aaron Hill
embedding is so important. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: v2.19.82 documentation unusable?

2018-11-24 Thread Aaron Hill
olks could use to fix the broken PDFs locally for the time-being. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: v2.19.82 documentation unusable?

2018-11-24 Thread Aaron Hill
Type 1Custom no no no 668 0 Emmentaler-20Type 1Custom no no no 678 0 -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinf

Re: v2.19.82 documentation unusable?

2018-11-24 Thread Aaron Hill
On 2018-11-24 2:17 pm, Aaron Hill wrote: http://lilypond.org/doc/v2.19/Documentation/notation.pdf Also... md5sum notation.pdf c578b9e1b04a7655a647f015bd77b7b0 notation.pdf curl -L http://lilypond.org/doc/v2.19/Documentation/notation.pdf | md5sum % Total% Received % Xferd Average

Re: reminder accidental

2018-11-25 Thread Aaron Hill
firm which 2.19.xx? As far as I can see, reminder (!) and cautionary (?) accidentals are working. Just tested this on LilyBin (2.19.55 is the latest unstable on that site): \version "2.19.55" { c' cis' d' cis'! } -- Aaron Hill

Re: No lyric extenders for RhythmicStaff if music comes from a variable

2018-11-27 Thread Aaron Hill
ion, but I am not sure where the fault lies. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: controlling the tie "gap" [and a possible bug?]

2018-11-16 Thread Aaron Hill
On 2018-11-16 4:24 pm, Kieren MacMillan wrote: [ . . . ] Kieren, Would something like the following be of any help? \version "2.19.82" #(define (contract-control-points coords amount) (let* ((x-coords (map (lambda (coord) (car coord)) coords)) (orig-left (apply min

Re: markup column with baseline-skip relative to font size

2018-11-17 Thread Aaron Hill
On 2018-11-17 9:05 am, Kieren MacMillan wrote: Hi Aaron, Ah, but the 7 and 5 in that font in fact have descenders. The baseline is not the same as the bottom extent of a glyph. Yes — we’re saying the same thing. =) Oh, I'm a dumb dumb. Your issue is that the padding between staff and

Re: markup column with baseline-skip relative to font size

2018-11-17 Thread Aaron Hill
On 2018-11-17 4:39 am, Kieren MacMillan wrote: I really don’t understand why Lilypond’s text handling is so fussy. It should be easy for the user to say “lines in a multi-line markup must be exactly *this* far apart [regardless of individual glyph height]” — in fact, it should be the default.

Re: markup column with baseline-skip relative to font size

2018-11-17 Thread Aaron Hill
nate zero (0) for any stencil. So I am not measuring the font, but rather working on the assumption that pango will align glyphs properly. For reference, what is the font you are using? -- Aaron Hill ___ lilypond-user mailing list lilypond-us

Re: Aleatoric Elements with barlines

2019-01-09 Thread Aaron Hill
On 2019-01-09 2:19 pm, Ben wrote: Thanks for the function! I'm still a little confused about the value(s) that you use with the function. I see it looks like it takes a duration value, right? Like 1, 4, 16? But I can't see how it would work on the music. Maybe I just put the wrong example music

Re: Emmentaler & friends

2019-01-09 Thread Aaron Hill
/share/lilypond/current/fonts -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: align "etc." with chordnames

2019-01-10 Thread Aaron Hill
\italic "etc." c1 } \new Staff {b2 c'2 b2 c'2} >> Note that this requires a dummy ChordName, but it guarantees that it will line up properly with other elements. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Letters as note heads

2019-01-07 Thread Aaron Hill
On 2019-01-06 9:54 pm, Kyle Wightman Baldwin wrote: I'm trying to create a handout where the note heads are actually letters. I'm sure I'm not the first one to do this, but I'm having a hard time finding it. I came across the "Easy play" note heads, but they are too small and I would prefer

Re: Aleatoric Elements with barlines

2019-01-07 Thread Aaron Hill
ables to get the final output to appear seamless. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Aleatoric Elements with barlines

2019-01-07 Thread Aaron Hill
On 2019-01-07 7:55 am, Reggie wrote: Hi Aaron thank you for that help. I don't like to use indepedant meters however since this section I believe should be cadenza for easy input. However, I add spacer rests like you said but it makes everything way wrong too many repeats and breaks everything.

Re: Letters as note heads

2019-01-07 Thread Aaron Hill
On 2019-01-07 6:37 am, Gloops wrote: Hello! I am also interested in this code, but is it possible to have a "list-ref" running on 12 rather than 7, and remove the original alterations? Do you believe that possible? Thank you for all the help that everyone brings. Musically \relative c' {

Re: Aleatoric Elements with barlines

2019-01-07 Thread Aaron Hill
ou will need to have a corresponding spacer rest (with appropriate scaling) on each staff to compensate for the variable lengths at the start so that the final bar lines will line up. [1]: http://lilypondblog.org/2014/05/independent-meters/ -- Aaron Hill _

Re: Aleatoric Elements with barlines

2019-01-07 Thread Aaron Hill
On 2019-01-07 8:59 am, Aaron Hill wrote: As for moving the engravers from \Score to \Staff, it would require that any specified bar lines be duplicated across the staves manually. Normally, it is sufficient for one staff to say something like \bar "||" and that will automatically

Re: \newEngraverSection (was "Re: Aleatoric Elements with barlines")

2019-01-07 Thread Aaron Hill
ctive except for the cadenza section. And the \Staff-level engravers are only active during the cadenza. The concept seems like it could work, but I do not know the underlying details of LilyPond well enough to say if this is actually madness. -- Aaron Hill

Re: Letters as note heads

2019-01-08 Thread Aaron Hill
ove the "\halign #0" as it overly compresses the spacing on the left side of a note, resulting in uneven spacing of notes within the measure. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: <>

2019-01-04 Thread Aaron Hill
and have a beer. Hopefully the rest of your day can be salvaged. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: space between text and the next system

2019-01-11 Thread Aaron Hill
need to move assuming your 'basic-distance is set to a reasonable value, but then the ones that have the pedal marks will get too close and push the next system lower. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: Double reheasal mark positioning

2019-01-12 Thread Aaron Hill
le RehearsalMark that shows up and has a unique appearance both at the end of the line and the beginning of the line. In this way, you do not need to have the spacer rest. [1]: http://lsr.di.unimi.it/LSR/Item?id=977 -- Aaron Hill ___ lilypond-u

Re: Bounds of this piece aren't breakable

2019-01-14 Thread Aaron Hill
version 2.19.82) reveals this error comes from spanner.cc:104. As such, I would examine any spanners (or spanner-like things) that you have recently added, to see if you can track down the one causing the problem. -- Aaron Hill ___ lilypond-user

Re: The composition process doesn't get disrupted using Lily Pond?

2018-12-30 Thread Aaron Hill
= ... sectionII.cello = ... % etc. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: How to auto print empty measures?

2018-12-28 Thread Aaron Hill
is manually insert the desired amount of space on lines that are too short. As I showed, this can be done in a way that does not require one to care how much or how little music each staff has. -- Aaron Hill ___ lilypond-user mailing list lilypond

Re: How to auto print empty measures?

2018-12-28 Thread Aaron Hill
d like the staff to extend as long as the eight measures above. The << \\ >> construct makes it easy to independently specify the notes for display as well as the desired overall duration. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@

Re: stemNeutral problem

2018-09-13 Thread Aaron Hill
On 2018-09-12 10:30 pm, Federico Bruni wrote: You are right, it seems weird. If you check your property-init.ly file you'll find these definitions: stemUp = \override Stem.direction = #UP stemDown = \override Stem.direction = #DOWN stemNeutral = \revert Stem.direction But I don't know what's

Re: Single digit double time signature

2018-09-13 Thread Aaron Hill
On 2018-09-13 6:49 am, Cantus Ornatus wrote: Hi everyone. Typesetting mensural music I often find double time signatures with a single digit like C 3, O 3, and so on. Is it possible modifying the standard double time signature syntax in order to have such a layout (second page)?

Re: stemNeutral problem

2018-09-13 Thread Aaron Hill
thwhile amount of effort one can expend to design a language with precision and unambiguity such that it can fully prevent someone writing nonsense as input. I think it was Chomsky who came up with something like: "Colorless green ideas sleep furiously." -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Preventing a cautionary accidental

2018-09-17 Thread Aaron Hill
8 fs gs a b c d e fs | g8 fs e d c b a \once \accidentalStyle forget g fs -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Exclude single notes from ChordNames?

2018-09-17 Thread Aaron Hill
o specifying durations for the chord changes, use \skip (or s) as needed when there is no associated chord. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Sample document to show music fonts

2018-09-18 Thread Aaron Hill
w template for fonts. Of course, it's more work to support this, but providing you are shelling out to LilyPond behind the scenes to render the preview live, then allowing the end-user to provide a custom template would address concerns from folks who work in more esoteric branches of notation.

Re: fermata on a breathe sign?

2018-09-12 Thread Aaron Hill
On 2018-09-12 6:40 am, Aaron Hill wrote: On 2018-09-12 6:24 am, Bernhard Kleine wrote: In the attached foto you see the template. Using \breathe\fermata raises the error: F:/Meine Noten/EigeneNoten/test.ly:149:13: error: syntax error, unexpected EVENT_IDENTIFIER \breathe

Re: fermata on a breathe sign?

2018-09-12 Thread Aaron Hill
On 2018-09-12 6:24 am, Bernhard Kleine wrote: In the attached foto you see the template. Using \breathe\fermata raises the error: F:/Meine Noten/EigeneNoten/test.ly:149:13: error: syntax error, unexpected EVENT_IDENTIFIER \breathe \fermata Hi Bernhard, Would this work for you?

Re: Cover page

2018-09-11 Thread Aaron Hill
le formats, it could be beneficial to look for a more general-purpose editor. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: New to Lilypond, how do i change the left hand clef from bass clef to treble clef right at the beginning of the piece?

2018-09-18 Thread Aaron Hill
On 2018-09-18 2:55 pm, tripleamia wrote: I'm working in Frescobaldi, so I have the right hand and left hand, and for the first two measures of the left hand I need to switch from bass to treble

Re: I'm sorry I feel stupid asking so many questions. How do I make fingering go OUTSIDE of the staff?

2018-09-18 Thread Aaron Hill
below or above rather than rely on the default behavior. You can also change the fingeringOrientations to exclusively prefer a direction by default. \version "2.19.82" { 4 % g's fingering would prefer to be below \set fingeringOrientations = #'(up) 4 } --

Re: \repeat for markups?

2018-12-08 Thread Aaron Hill
(replicate layout props count args) (number? markup?) (interpret-markup layout props #{ \markup { #@(map (lambda (_) args) (iota count)) } #})) \markup \replicate #4 \box "Hello, World!" -- Aaron Hill ___ lilypond-user mail

Re: Fatal error compiling large project (Win10/2.19.82)

2018-12-19 Thread Aaron Hill
. You can technically browse to the files from Windows, but no sane Windows program would even know how to properly handle the extra file attributes without corrupting the file system.) -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu

Re: Fatal error compiling large project (Win10/2.19.82)

2018-12-18 Thread Aaron Hill
. But all of this is moot if Frescobaldi cannot be configured to use WSL LilyPond in the first place. Urs, I know you have contributed to the Frescobaldi project. Is this something you could speak to? -- Aaron Hill ___ lilypond-user mailing list lilypond

Re: Fatal error compiling large project (Win10/2.19.82)

2018-12-18 Thread Aaron Hill
ate fonts on the Windows side, there could be some confusion. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Fatal error compiling large project (Win10/2.19.82)

2018-12-18 Thread Aaron Hill
the score in some way. Manually segmenting it could allow you to compile each section without running out of memory, leaving you with the (hopefully) trivial task of stitching together the individual outputs into a single result. -- Aaron Hill ___ lil

Re: Fatal error compiling large project (Win10/2.19.82)

2018-12-18 Thread Aaron Hill
available fonts? While it doesn't affect what LilyPond ultimately does, it still would show potentially conflicting information if there are fonts only installed on the Windows or WSL sides of life. -- Aaron Hill ___ lilypond-user mailing list

Re: Fatal error compiling large project (Win10/2.19.82)

2018-12-19 Thread Aaron Hill
On 2018-12-19 3:43 am, Urs Liska wrote: Am 19. Dezember 2018 11:53:26 MEZ schrieb Aaron Hill : But if Frescobaldi needs to have a path to the LilyPond installation, then it can never be made to work with WSL. There is no* path to the WSL file system that a Windows program can access. Instead

Re: harp basic muffle

2019-01-24 Thread Aaron Hill
by the moveto/lineto commands in the path. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Clef moves notes why??

2019-01-24 Thread Aaron Hill
knowledge no defined behavior for the other Boolean. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: How do you add this staff group bracket?

2019-01-26 Thread Aaron Hill
appears, otherwise the bracket for that group will be hidden when there is just the one staff. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: lyluatex collection for user without internet connection

2019-01-26 Thread Aaron Hill
On 2019-01-26 12:22 am, Aaron Hill wrote: Unfortunately, I inadvertently broke the hyperlinks in the process, so while the snippets render properly, you cannot click on links within the documents. Since I tend to manually search through PDFs, this hasn't been a big enough issue for me

Re: lyluatex collection for user without internet connection

2019-01-26 Thread Aaron Hill
On 2019-01-25 6:13 pm, Karlin High wrote: On Fri, Jan 25, 2019 at 7:10 PM Aaron Hill wrote: > In case it helps your friend, I've attached a PDF of the Guile 1.8.7 > docs which can be used as a more technical reference for the specific > flavor of Scheme used by LilyPond. > >

Re: parser location inTab

2019-01-26 Thread Aaron Hill
an variables and functions end in a question mark. Certainly not required, but you might consider using "inTab?". -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: parser location inTab

2019-01-26 Thread Aaron Hill
parser. [1]: https://github.com/lilypond/lilypond/commit/fecc599 -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: glissando

2019-04-02 Thread Aaron Hill
endAfter's stencil to something else as needed without impacting this zigzag variant. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: glissando

2019-04-02 Thread Aaron Hill
to be the biggest issue with this approach. I'll dig into the code a bit to see if I can figure out where the disconnect is. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Engraver not getting an event

2019-04-02 Thread Aaron Hill
On 2019-04-02 4:26 am, David Kastrup wrote: Aaron Hill writes: Where have I gone wrong in my thinking? _Either_ the Event_chord_iterator _or_ the Rhythmic_music_iterator are doing the broadcasting of note events, depending on whether the notes are within a chord or not. _Only_

Engraver not getting an event

2019-04-02 Thread Aaron Hill
he chord's elements.) It is my understanding that the event-chord-iterator handles broadcasting all of the chord's elements, and then the rhythmic-music-iterator will take care of broadcasting the articulations for the note-events. But that does not seem to be happening. Where have I gone wrong

Re: Staff Change Line

2019-03-31 Thread Aaron Hill
to manually correct for. I have found that my mail client does seem to ignore quote characters if there are any spaces before. In general, I try to avoid putting ">>" on its own line but, if unavoidable, I indent it with some extra spaces. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: SMuFL Bravura

2019-03-31 Thread Aaron Hill
adapt current code to the new glyph. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Adding parallel thirds to the notes of a melody

2019-04-03 Thread Aaron Hill
On 2019-04-02 11:15 pm, Gianmaria Lari wrote: The following "test" function adds parallel thirds to the notes of a melody: \version "2.21.0" scale = {c d e f g a b} test = #(define-music-function (music) (ly:music?) #{ \partCombine $music \modalTranspose c e \scale $music #})

Re: Arrows indicating split/combined voices (aka snippet #650) overlapping TimSignature changes

2019-04-03 Thread Aaron Hill
to the right to prevent overlap. If this is not a problem, then it may perhaps be another option. All you need to do to play around with this is change the \with-dimensions lines to be something more appropriate. For instance, try: \with-dimensions #'(0 . 3) #'(-2 . 2). -- Aaron Hill

Re: Dynamics offset suddenly changes

2019-03-25 Thread Aaron Hill
ems happen at scale, so would it make sense to break up the piece into smaller sections that each independently render as expected? It is not elegant for sure; but if the approach unblocks you, I would say elegance should not matter. -- Aaron Hill __

Re: Dynamics offset suddenly changes

2019-03-25 Thread Aaron Hill
On 2019-03-25 2:15 pm, Aaron Hill wrote: On 2019-03-25 2:42 am, Andrew Bernard wrote: Anybody? I have tried experimenting with large values of \override DynamicLineSpanner.staff-padding to no avail. I am stumped. Is it a bug? While it may not be ideal, to me this is not a bug

Re: treble and bass clef simultaneously

2019-03-27 Thread Aaron Hill
ties given in `define-grobs.scm', but I didn't get the desired effect. Has the potential for overlapping ink, but try this: \override Clef.X-extent = #'(1.5 . 1.5) -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lis

Re: treble and bass clef simultaneously

2019-03-27 Thread Aaron Hill
On 2019-03-27 1:22 am, Werner LEMBERG wrote: Folks, for a solitary bass note I want to have a bass clef, not affecting anything else in the staff. How can I fix the attached example? I guess I need a music function that adjusts the vertical note offset of the upper voice... Could you use

Re: glissando

2019-04-01 Thread Aaron Hill
b 'thickness 1) (ly:line-interface::line grob (car xex) (cdr yex) (cdr xex) (car yex) c \bendAfter #-6 d e f } -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Automatically splitting long notes according to the beat?

2019-04-04 Thread Aaron Hill
er" } \fixed c' { c8 c2 c4 c4 c1 c4 c2 c8 | } >> But there are almost certainly problems with such a kludge. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: scheme set list function

2019-04-06 Thread Aaron Hill
) #(1+last! foo) #(format #t "\nfoo = ~a" foo) -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: 3/4 time suddenly become 5/8 time for one measure?

2019-03-30 Thread Aaron Hill
appears to hold five eighth notes. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Ties in markup

2019-03-30 Thread Aaron Hill
and slurs, you can use \stencil along with make-tie-stencil: \version "2.19.82" \markup { lorem \stencil #(make-tie-stencil '(0 . 0) '(3 . 2) 0.2 1) ipsum } -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu

Re: Define variable only if it doesn't exist / is unbound

2019-03-28 Thread Aaron Hill
On 2019-03-28 3:14 pm, Thomas Morley wrote: Am Do., 28. März 2019 um 22:22 Uhr schrieb Aaron Hill : On 2019-03-28 2:18 pm, Valentin Villenave wrote: > On 3/28/19, Pedro Pessoa wrote: >> I imagined something like: >> >> %%% pseudo >> #(define var >> (not (

Re: Define variable only if it doesn't exist / is unbound

2019-03-28 Thread Aaron Hill
:-) (if (not (defined? 'foo)) (define foo 47)) -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: treble and bass clef simultaneously

2019-03-27 Thread Aaron Hill
s here and document a bit. I also grabbed some logic from David K. that attempts to automatically determine the name of the context to align above. Its robustness is questionable, so as a fallback I enabled an optional argument to the music function. -- Aaron Hill

Re: Tangled up in Lilypond syntax

2019-03-27 Thread Aaron Hill
ften than not, it is just plain user error where I intended to type a comma and typed an apostrophe. Always fun watching your melody lines run off the edge of the paper. ;-) -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://list

Re: Tangled up in Lilypond syntax

2019-03-27 Thread Aaron Hill
l still be critical to success. But the end user must be encouraged and empowered to own their device. At the end of the day, the computer must work for the person; not the other way around.) -- Aaron Hill ___ lilypond-user mailing list lilypond-user@

Re: Define variable only if it doesn't exist / is unbound

2019-03-29 Thread Aaron Hill
no code for module (srfi srfi-0) What am I missing? Looks like srfi-0 is built into guile 2, so there is no module to use anymore. But cond-expand does work if you do something with it: scheme@(guile-user)> (cond-expand (guile-2 'hi)) $2 = hi -- Aaron Hill

Re: lilypond 2.21 & scheme unbound variable

2019-04-01 Thread Aaron Hill
But it seems like a bug to me. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: lilypond 2.21 & scheme unbound variable

2019-04-01 Thread Aaron Hill
would be more appropriate for fingerings anyway. You mean you don't have fingers numbered e, π, or i? ;-) -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: moving tuplet number nearer to beam

2019-04-01 Thread Aaron Hill
step -5)) } { \tuplet 3/2 { f'8[ g' a'] } } \new Staff { \tuplet 3/2 { f'8[ g' a'] } } Note that 1.1 is the default value for padding, so I have simply reduced its value proportional to the desired magnification. -- Aaron Hill ___ lily

Re: scheme set list function

2019-04-07 Thread Aaron Hill
t rather rebinds "foo" to a new list that happens to have the desired values. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: scheme set list function

2019-04-08 Thread Aaron Hill
n) #(my-section-numberer 'unindent) } The principle difference here is that there is make-section-numberer is essentially now a constructor. That means each instance has its own "numbers" variable. The example above uses two instance

Re: scheme set list function

2019-04-08 Thread Aaron Hill
-by-reference. Obviously, I am in error with my terminology. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: scheme set list function

2019-04-08 Thread Aaron Hill
On 2019-04-08 4:35 am, David Kastrup wrote: Aaron Hill writes: On 2019-04-08 2:48 am, Thomas Morley wrote: foo = #(let ((x (cons 1 0))) (define-scheme-function (arg)(symbol?) (case arg ((indent) (set! x (cons (car x) (1+ (cdr x) ((increase) (set! x (cons (1+ (car x)) 0

Re: scheme set list function

2019-04-08 Thread Aaron Hill
On 2019-04-08 4:08 am, David Kastrup wrote: Aaron Hill writes: As such, procedures can have side effects where the objects that are passed to such procedures may be modified. Consider the 1+last! procedure I showed that is not a macro itself, but it still has the side effect of altering

Re: Dynamics offset suddenly changes

2019-03-25 Thread Aaron Hill
On 2019-03-25 2:42 am, Andrew Bernard wrote: Anybody? I have tried experimenting with large values of \override DynamicLineSpanner.staff-padding to no avail. I am stumped. Is it a bug? While it may not be ideal, to me this is not a bug. DynamicLineSpanners behave differently when not

Re: counter for voltas with no alternative endings?

2019-02-18 Thread Aaron Hill
duplicate the last measure as if it were an alternate, and then the normal volta brackets should work. It is certainly not that uncommon to see volta sections with duplicated measures across alternates. Sometimes one does it to provide more context across a line break or page turn. --

Re: Change stanza formatting

2019-03-01 Thread Aaron Hill
xample above, I lowered the E in the first measure to middle C to demonstrate this. The collision occurs because we told LilyPond that the StanzaNumber only extended as far to the right as the supporting LyricTexts. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Question about eval-string

2019-03-02 Thread Aaron Hill
On 2019-03-02 4:38 am, Malte Meyn wrote: Am 02.03.19 um 13:34 schrieb Aaron Hill:   $@(map eval-string '("voiceA" "voiceB")) That should work too, I think. Wow, that’s cool! I think I have seen $@ in the past but I didn’t know what it does ;) Tha

Re: reduce unbound within \context lambda

2019-03-01 Thread Aaron Hill
On 2019-03-01 6:40 pm, Aaron Hill wrote: I encountered an unexpected error where reduce is unbound when specifying a lambda within a \context block: \version "2.19.82" \layout { \context { \Voice \override NoteHead.color = #(lambda (grob) (display (reduce + 0 '(1 2

Re: Question about eval-string

2019-03-02 Thread Aaron Hill
string "voiceB") %this works too $(make-music 'SimultaneousMusic 'elements (map eval-string '("voiceA" "voiceB"))) %%%% $@(map eval-string '("voiceA" "voiceB")) That should work too, I think. -- Aaron Hill

reduce unbound within \context lambda

2019-03-01 Thread Aaron Hill
oteHead.color = #foo } } { b'4 } fold is also unbound, although map works fine. Am I missing a subtlety here, or is this a bug? -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: reduce unbound within \context lambda

2019-03-02 Thread Aaron Hill
mported from both #f and (srfi srfi-1) (2 4 6) Success: compilation successfully completed Nope. I don't like the look of that warning. :-/ -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Ped. al fine

2019-03-02 Thread Aaron Hill
On 2019-03-02 7:25 am, Aaron Hill wrote: On 2019-03-02 7:17 am, nagymusic wrote: 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? \version "2.19.82" \markup { \musicglyph "ped

Re: Ped. al fine

2019-03-02 Thread Aaron Hill
On 2019-03-02 7:17 am, nagymusic wrote: 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? \version "2.19.82" \markup { \musicglyph "pedal.Ped" \italic "al fi

Re: Lead sheets: lyrics and chords, no melody?

2019-03-02 Thread Aaron Hill
On 2019-03-02 9:40 pm, Aaron Hill wrote: On 2019-03-02 8:51 pm, Christopher R. Maden wrote: I’d like to produce what he’s used to: lyrics with chords above them. (See _Rise Up Singing_ or a thousand other songbooks for examples.) I have many songs set in LilyPond already, with chords

Re: First page number not printed in a \bookpart

2019-03-02 Thread Aaron Hill
f treble \repeat unfold $reps \rh \bar "|." } \new Staff { \clef bass \repeat unfold $reps \lh \bar "|." } >> \book { \bookpart { \score { \ps } \score { \ps } } \bookpart { \score { \ps } \score { \ps } } \bookpart { \score { \p

Re: Lead sheets: lyrics and chords, no melody?

2019-03-02 Thread Aaron Hill
robs that will need \omitting depending on your music. Spacing will almost certainly require tweaking to work. I also opted to left-align the lyrics to match the chords, as the alignment looks better without the notes. -- Aaron Hill ___ lilypon

<    1   2   3   4   5   6   7   8   9   10   >