Sharon Rosner

Results 79 issues of Sharon Rosner

- instrument names using small caps - thicker stems - thicker slurs - curvier slurs - Better font for lyrics - Nice inner/outer margins - Zero indent for first system,...

In interactive mode, we can zone in on different places in the score: ``` lydown BWV247:) // this is the prompt BWV247:) cd 01-choro // enter into a movement directory...

Translation mode: show progress bar for translation Compile mode: show progress bar for parsing, and then progress bar for compiling Proof mode: progress bar for compiling In silent mode, show...

The cues should appear only in part mode. Lilypond: ``` > ``` Lydown: ``` \cue:flute 8d'cde2f+ \cueWhile 2r4.r8e \cueEnd ``` Or maybe: ``` \cue:flute:{{8d'cde2f+}} 2r4.r8e ``` In that case, the...

## Single digit time signatures For certain pieces, we would like to display the numerator only. With lilypond: ``` \once \override Staff.TimeSignature.style = #'single-digit \time 5/4 ``` With lydown: ```...

Right now: ``` 8re\"_Evangelist:_" eb // explicit italic ``` Proposed syntax (various options): ``` 8r ::Evangelist:: eeb // italic implied 8r :Evangelist: eeb // italic implied 8r \"_Evangelist:_" eeb //...

Recitative mode implies: - instrument_names: hide - empty_staves: hide except continuo

- layout: - paper_size: A5 landscape - top_margin: 1.4cm / 2in - bottom_margin: 1.4cm - inner_margin: 1.4cm // implies two-sided = ##t - outer_margin: 1.4cm // implies two-sided = ##t...