Re: Mixed ChoirGroup: Solo/Choir

2024-04-24 Thread Johannes Roeßler
Hey David, it works - but I am running into an issue with short passages. I would like to stretch the choir part to the right side, but when I bring in "ragged-right = ##f" then it breaks: I assume you have a solution for that issue? Best regards Johannes 8<

Mixed ChoirGroup: Solo/Choir

2024-04-22 Thread Johannes Roeßler
Hi Group, having this: \version "2.24.0" \score {   \new ChoirStaff <<     \new Staff {s1 s1 a'1}     \new Staff {s1 s1 a'1}     \new Staff {a'1 a' a'}     \new Staff {s1 s1 a'1}   >>   \layout { } } I'd like to achieve this: Any ideas? Best regards Johannes -- Diese E-Mail wurde von

Re: Footer text from header

2024-03-19 Thread Johannes Roeßler
thank you very much! Best Joei On 2024-03-19 11:15 am, Johannes Roeßler wrote: And I aim to separate content from style - but in order to have the right (and changing) footer text for each piece in a book environment, I need to get this information from the header and can't define it in

Re: Footer text from header

2024-03-19 Thread Johannes Roeßler
rkup \as-string {     \fill-line {   \tiny {     {"Edited by Joei"}     \line  {\fromproperty #'header:composer " - " \fromproperty #'header:title }    "Copyright 2024"   }     }   } } -8<------ Best regards Joei On 2024-03

Footer text from header

2024-03-19 Thread Johannes Roeßler
Hi, I'd like to make an automatic footer, using infos from the header block. What do I have to change, to get rid of (or override) the format from the title? -8<-- \version "2.24.0" {a4} \header {   title =   \markup   \fill-line {     \override #'(font-name .

Staff final bars

2024-03-05 Thread Johannes Roeßler
Hi Guys, is there a way, to get rid of the staff lines exceeding the final bar line? And if this isn't a bug - is there a reason to make it like this? \version "2.24.0" <<   {a'1\bar "|."}   {\magnifyStaff #(magstep -3) a'4 4 4 4} >> Best regards Joei -- Diese E-Mail wurde von

Re: Tweak Slur Position or Priority

2023-12-28 Thread Johannes Roeßler
*facepalm* - thank you!! You've mistyped "positions" as "position" (hence the warning “cannot find the property type-check…”). -- Diese E-Mail wurde von Avast-Antivirussoftware auf Viren geprüft. www.avast.com

Tweak Slur Position or Priority

2023-12-28 Thread Johannes Roeßler
Hi Group and Merry Christmas :) I do not find the right way to tweak the slur position here: ---8<-- \version "2.24.0" {\relative {\tupletUp \tuplet 3/2 { as'2 b4 } \override Slur.position =#'(5 . 5) \tuplet 3/2 { c4 (d e) } f\fermata}} -->8--- I know I could avoid collision

Re: Mensural Lines in Choir Staff

2023-11-20 Thread Johannes Roeßler
Am 17.11.2023 um 20:11 schrieb Shane Brandes: \override Staff.BarLine.transparent = ##t Hi Shane, maybe I use the wrong place, but this doesn't work for me: \version "2.24.0" \layout {   \context {     \Staff   \override Staff.BarLine.transparent = ##t   } } music = \fixed c'' {   c1   d2

Mensural Lines in Choir Staff

2023-11-17 Thread Johannes Roeßler
Hi guys, there is a nice example for "Mensurstriche" \layout{ \context{ \Staff measureBarType="-span|" } } music=\fixedc''{ c1 d2\sectione2 f1\fine } \newStaffGroup<< \newStaff\music \newStaff\music Unfortunately it doesn't work in a \ChoirGroup Any idea? Best, Joei

Longer extender

2023-11-16 Thread Johannes Roeßler
Hi Group, is there a more elegant/automatic way to let the lyrics extender lines extend to the end of long notes? I can do it manually with  \override LyricExtender.minimum-length = #xx but was wondering whether I'm missing another way. Best, Johannes

Re: Fermata Markup below Staff

2023-11-12 Thread Johannes Roeßler
this works perfectly, Michael, saved it to my snippets :) thx again! J upFermata = {   \once \set Staff.caesuraType = #'((underlying-bar-line . "||"))   \once \set Staff.caesuraTypeTransform = ##f   \caesura ^\fermata } downFermata = {   \once \set Staff.caesuraType = #'((underlying-bar-line .

Re: Fermata Markup below Staff

2023-11-12 Thread Johannes Roeßler
  R1   b'1 \twoWayFermata \fine } \new ChoirStaff <<   \new Staff \music   \new Staff \music >> Best, Johannes Hi Johannes, On Sun, Nov 12, 2023 at 11:01 AM Johannes Roeßler wrote: Hi all, I managed to place a fermata above a barline, I even managed to place it correctly

Re: Fermata Markup below Staff

2023-11-12 Thread Johannes Roeßler
ah, even more elegant - didn't find it during my search... thx, Michael! Hi Johannes, On Sun, Nov 12, 2023 at 11:01 AM Johannes Roeßler wrote: Hi all, I managed to place a fermata above a barline, I even managed to place it correctly at the end of the line, but now I would like

Re: Fermata Markup below Staff

2023-11-12 Thread Johannes Roeßler
Am 12.11.2023 um 17:10 schrieb William Rehwinkel: \relative c' { e1 \break \once \override Score.RehearsalMark.break-visibility = #end-of-line-visible \tweak direction #DOWN \mark \markup { \musicglyph #"scripts.dfermata" } \bar "||" e2 } thx William for the quick response, always an

Fermata Markup below Staff

2023-11-12 Thread Johannes Roeßler
Hi all, I managed to place a fermata above a barline, I even managed to place it correctly at the end of the line, but now I would like to place a fermata sign below the barline (and rotate it 180°) too (in the bassvoice of a choir staff group) - simplified example: \version "2.24.0"

Re: Appogiatura moves breath sign in other voice

2023-11-02 Thread Johannes Roeßler
thx Jean - that was, what I saw.. didn't find it this time. |\version "2.24.2" \relative c'' { << \new Staff \new Voice { \time 3/8 d4. \breathe \grace s8 d8 d d d4. \breathe d8 d d } \new Staff { \time 3/8 d4. \breathe \appoggiatura e8(d) d d d4. \breathe d8 d d } >> } | See this section of

Appogiatura moves breath sign in other voice

2023-11-02 Thread Johannes Roeßler
Hi, an Appogiatura seems to move the breath sign in other voices: I remembered stumbling upon this, but didn't find the solution anymore :( Best, J ---8<-- \version "2.24.0" \relative c'' {   <<     \new Staff \new Voice { \time 3/8 d4. \breathe d8 d d d4.

Alignment of lyrics

2023-11-02 Thread Johannes Roeßler
Hi all, could someone help me understand what going on here: I'm working with ignoreMelismata = ##t, stretching the "schlaf" by skipping the next note. In the 3rd voice it's centering the word - but it doesn't in the melismata in voice 1 and 2 As a workaround, I could use "\once \override

Re: Moving tempo-markup

2023-06-16 Thread Johannes Roeßler
works perfectly fine, thx Jean |\once \override Score.MetronomeMark.padding = 5|

Moving tempo-markup

2023-06-16 Thread Johannes Roeßler
Hi, how can I raise the tempo markup to get some space in case I have other markups in place: 8<--- \version "2.24.0" {\tempo "Andante" c'4^\markup \italic "mezza voce" c' c' c' } ->8 Best regards Johannes

Using Variables

2023-05-21 Thread Johannes Roeßler
Hi Group, I try to define this: neo = {\once \override NoteHead.style = #'neomensural} but it leads to errors in the following parts (no error message regarding the variable definition though...) What am I doing wrong? Best regards Joei

mensural ligature

2023-04-20 Thread Johannes Roeßler
Hi Group, how can I create this ligature? it should be Semibreve-Breve but \[ a1 h\breve \] but lilypond states "Semibreve must be followed by another one" Any idea? Best regards Johannes

Re: mensural ligature

2023-04-14 Thread Johannes Roeßler
excellent! Thank you! Pál, can you please comment? It looks as if support for this ligature form is missing... It's not missing, but it means something else: the duration sequence 1 1 \longa. ``` \[ a'1 c'' a'\longa \] ``` Indeed, this gives the right optical result, thanks! So long I

Re: Middle-C position doesn't move key signature

2023-04-10 Thread Johannes Roeßler
was hoping the "middleCPosition" would move the key too. Joei Le lundi 10 avril 2023 à 11:55 +0200, Johannes Roeßler a écrit : Hi, neither the clef position (which is mentioned in the documentation, so this is expected) - nor the middelCPosition move the key signature. How do I have to move i

Re: Graphics

2023-04-10 Thread Johannes Roeßler
e eps, but this didn't change anything, looks like the bottom of the eps is placed on the g-line. best regards Joei Le samedi 08 avril 2023 à 10:58 +0200, Johannes Roeßler a écrit : now I managed to make my EPS accessable in Lilypond, and I am able to use it as markup. Now I wa

Middle-C position doesn't move key signature

2023-04-10 Thread Johannes Roeßler
Hi, neither the clef position (which is mentioned in the documentation, so this is expected) - nor the middelCPosition move the key signature. How do I have to move it? \version "2.24.0" {   \key f\major   bes'2   \key c\major   bes'2   \set Staff.clefPosition = #1   \set

Re: Graphics

2023-04-10 Thread Johannes Roeßler
this didn't change anything, looks like the bottom of the eps is placed on the g-line. best regards Joei Le samedi 08 avril 2023 à 10:58 +0200, Johannes Roeßler a écrit : now I managed to make my EPS accessable in Lilypond, and I am able to use it as markup. Now I want to use it to replace a c

Vertical Space between lyric lines

2023-04-09 Thread Johannes Roeßler
Hi all - and happy Easter! Quick question - how can I tweak the vertical space between two lyric lines individually (so not the same space between all lines) - I assume something with the VerticalAxisGroup. but wasn't successful yet. Something like:     \new Lyrics \lyricsto

Re: Graphics

2023-04-08 Thread Johannes Roeßler
now I managed to make my EPS accessable in Lilypond, and I am able to use it as markup. Now I want to use it to replace a clef. In the snippets there is a way, that creates an alternative stencil and then uses:  \override Clef.stencil =   #(lambda (grob) (let* ((sz

Graphics

2023-04-07 Thread Johannes Roeßler
Hi Group, is there a way to generate vector files with a program producing e.g. a SVG files and convert it to the PS commands needed for lilypond? https://lilypond.org/doc/v2.22/Documentation/notation/graphic Best regards Joei

Re: Change Size of \slashSeparator

2023-03-01 Thread Johannes Roeßler
very helpful, thx Xavier! On Wed, 1 Mar 2023 at 13:07, Johannes Roeßler wrote: > > Hi List, > > how can I change the size of the \slashSeparator? Hello, slashSeparator is a markup. You can scale it for example with the scale command system-separator-markup = \markup \scale

Change Size of \slashSeparator

2023-03-01 Thread Johannes Roeßler
Hi List, how can I change the size of the \slashSeparator? Best regards Joei

Re: Moving breath mark horizontally

2023-02-17 Thread Johannes Roeßler
e next one: Joei Hi Joei. On Fri, Feb 17, 2023 at 5:03 AM Johannes Roeßler wrote: Hi Michael, I tried to tweak what you sent - I need it in the opposite way, moving the sign to the left - in the internal reference it might be "direction"? Nope. Just remove the nega

Re: Moving breath mark horizontally

2023-02-17 Thread Johannes Roeßler
ut I tried it anyway. Just don't quite get why Lilypond throws a programming error if it gets left out. So hopefully this might at least point you in a direction that might help. Michael On Fri, Feb 17, 2023 at 3:53 AM Johannes Roeßler wrote: Hi Group, how do I move a breath mark ho

Moving breath mark horizontally

2023-02-17 Thread Johannes Roeßler
Hi Group, how do I move a breath mark horizontally? I've tried "\override Voice.BreathingSign.x-offset = #-3 \breathe" But it didn't work... Best regards Joei

Re: 2 Voices | 1 Staff | Mensuration Lines | Lyrics

2023-02-11 Thread Johannes Roeßler
thx Jean and Valentin - very helpful! Always amazing how fast this user group is! Le samedi 11 février 2023 à 21:39 +0100, Johannes Roeßler a écrit : |  \new Staff {     \voices 1,2<< \global \sopI \sopII >>   }   \lyricsto "2" { \words } | Make that |\new Staff {

2 Voices | 1 Staff | Mensuration Lines | Lyrics

2023-02-11 Thread Johannes Roeßler
Hi Group, me again - I try to combine a few things I've learned - but fail. I would like to have mensuration lines (using the example from here: https://lilypond.org/doc/v2.22/Documentation/notation/working-with-ancient-music_002d_002dscenarios-and-solutions) but I also need to have two

Slur below triplet spanner

2023-02-11 Thread Johannes Roeßler
Hi Group, I've got notes with a slur within a triplet and want to have the spanner and the slur above the notes, but the slur below the spanner. \tuplet 3/2 { b4(f) g } How can I change the priority? Best regards Joei

Re: Align markup above staff

2023-02-10 Thread Johannes Roeßler
thx to both Michaels :) looks like an idea, but when I compile your source, I get a little drift between "diminuendo" and "poco" Best regards Johannes On Fri, Feb 10, 2023 at 9:21 AM Johannes Roeßler wrote: Hi Group, I would like to align markups above

Align markup above staff

2023-02-10 Thread Johannes Roeßler
Hi Group, I would like to align markups above my staff - I checked the page regarding vertical spacing and found "\override TextScript.outside-staff-padding = #3" but this just raised all markups but still unaligned \override TextScript.outside-staff-priority = ##f  didn't help either...

Re: Voice for Lyrics

2023-02-09 Thread Johannes Roeßler
looking and trying one day - in the moment I've sent it - I found my faults... so - pls ignore.. sorry for the spam. Hi, I'm looking how to assign the lyrics two one of two voices in one staff in the simplest way with my "normal" source code: bassVoicePart = \new Staff \with {  

Voice for Lyrics

2023-02-09 Thread Johannes Roeßler
Hi, I'm looking how to assign the lyrics two one of two voices in one staff in the simplest way with my "normal" source code: bassVoicePart = \new Staff \with {   midiInstrument = "oboe"    \consists "Merge_rests_engraver" } { \clef bass << \bass \\ \bassII >> } \addlyrics { \verseOne } how

Re: Visible Barline in ChoirStaff

2023-02-08 Thread Johannes Roeßler
} << \new Staff { c''1 b' \once \revert ChoirStaff.SpanBar.stencil a' } \new Staff { \clef bass a1 g f } 8 feb. 2023 kl. 16:12 skrev Johannes Roeßler: Hi Group, how can I add a visible (in the sense of connecting all staffs) barline in a choirstaff? I tried

Re: Visible Barline in ChoirStaff

2023-02-08 Thread Johannes Roeßler
thx Jean, yes I want a ChoirStaff - but only at a specific bar one line through ALL voices.. Le 8 févr. 2023 à 16:13, Johannes Roeßler a écrit :  Hi Group, how can I add a visible (in the sense of connecting all staffs) barline in a choirstaff? I tried  \once \override

Visible Barline in ChoirStaff

2023-02-08 Thread Johannes Roeßler
Hi Group, how can I add a visible (in the sense of connecting all staffs) barline in a choirstaff? I tried  \once \override Staff.BarLine.transparent = ##f \bar "|" but o course it doesn't work, for its just in a staff... Best regards Johannes

Re: Clef with Ottava in parenthese

2023-02-08 Thread Johannes Roeßler
thx Xavier - I actually looked, but found this page - https://lilypond.org/doc/v2.22/Documentation/notation/clef-styles there it's not mentioned :( - sorry, embarrassing... On Wed, 8 Feb 2023 at 15:26, Johannes Roeßler wrote: > > Hi Group, > > is it possible to create

Clef with Ottava in parenthese

2023-02-08 Thread Johannes Roeßler
Hi Group, is it possible to create a clef like this: Like \clef "violin_8" but with the 8 in parentheses? Best regards Johannes

Vertical placement ChoirStaff

2023-02-08 Thread Johannes Roeßler
Hi Group, I'd like to know how I can place a staff group vertically centered on a page. I don't want to use "ragged bottom" or the system group to be stretched - just centered vertically. I hope you understand, what I'm trying to achieve. Thx, Joei

NOT merging same notes in different voices

2023-01-11 Thread Johannes Roeßler
Hi Group, how can I have a "tenuto" line directly at the note (and not above or below the invisible stem?). I have two stemless voices in one staff. 8< \version "2.24.0" <<{\hide Staff.Stem a4--  }\\{\hide Staff.Stem c4-- }>> -->8 Best regards Joei

NOT merging same notes in different voices

2023-01-11 Thread Johannes Roeßler
Hi Group, how can I avoid that the same notes in two voices are merged? \version "2.24.0" <<{ a'4 }\\{ a' }>> Best regards Joei

Re: Footnotes in Lyrics

2023-01-02 Thread Johannes Roeßler
thx Jean and Pierre! Le 02/01/2023 à 11:31, Pierre Perol-Schneider a écrit : Hi Johannes, Here's a little hack: \markup \footnote \null "(1) footnote text" \score { <<   { a' b' c'' d'' c'' b' a' }   \addlyrics {      One two      \markup \concat { three \raise #.7 \teeny (1) }      four five

Footnotes in Lyrics

2023-01-02 Thread Johannes Roeßler
Hi Group and a Happy 2023! I have trouble using footnotes in lyrics (lyrics directly in the score.. not below...) - I got rid of the annotation line successfully - but the position of the footnote number is terrible - and the tweaks are not "small" enough to find a good position. \version

Re: Incipit: horizontal alignment of instrument names

2022-09-20 Thread Johannes Roeßler
Thank you, Jean - it worked! InstrumentName = "Org"   \override InstrumentName.self-alignment-X = #0.8

Incipit: horizontal alignment of instrument names

2022-09-20 Thread Johannes Roeßler
Hi Group, I've got issues with aligning the instrument names when using incipits. A solution discribed here https://lilypondforum.de/index.php/topic,894.0.html help to some degree, but my piano staff still doesn't fit. \version "2.22.0" altinc={ \clef "alto" \time 2/2 \key g\major b4 }

Re: offset \breathe sign

2020-12-30 Thread Johannes Roeßler
ot 'extra-offset? E.g. \version "2.19.58" {   \time 3/2 e''4 e'' a''2   \tweak extra-offset #'(-1 . 1)   %\tweak X-offset #-5   \breathe a''!2 } Cheers, Pierre Le mer. 30 déc. 2020 à 10:55, Johannes Roeßler mailto:j...@joei.de>> a écrit :

Re: offset \breathe sign

2020-12-30 Thread Johannes Roeßler
thx Pierre - thats whta I tried - doesn't work.. \version "2.19.58" {\time 3/2 e''4 e'' a''2 \tweak X-offset #-5 \breathe a''!2} Cheers Joei Hi Johannes, How about: \version "2.20" { c'1 \tweak X-offset #-5 \breathe 1 } Cheers, Pierre Le mer. 30 déc. 2020 à 10:06, Johann

offset \breathe sign

2020-12-30 Thread Johannes Roeßler
Hi group, what would be the right way to shift a \breathe sign to the left - I only managed to move it up and down with \offset commands but not to the left :( Using 2.19.58 Cheers Joei

Usage of Text-Fonts on MAC

2020-10-13 Thread Johannes Roeßler
Hi Group, I recently switched to MAC. Unfortnuately there seeem to be issues with the fonts? e.g. - I'd like to use Calluna - which is installed and I can use it in Office etc - even the autocomplete of frescobaldi detects it - but no change in the result, its not used there.

centered rest sign in partial

2020-10-13 Thread Johannes Roeßler
Hi Group, I've got an issue with centered rests in partials: \version "2.20.0" { \time 4/4 \partial 2 R2 } gives an invisible rest. Any hints? Thx, Joei

Naming a StaffGroup

2018-09-14 Thread Johannes Roeßler
Hi Lilypondians, I've got an issue with the instrumnt names for ChoirStaffs. For a better understanding see the picture here: http://joeigraphie.de/lily/Bild8.png Here the (hopfully small enough) example source code: ~8<~~ \version "2.19.58" einzel = \new

Re: usage of OLL notation-fonts

2018-02-15 Thread Johannes Roeßler
great hint Martin, so I was able to fix this issue for me... its indeed os-path-join instead of os-path-join-unix... thx! ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: usage of OLL notation-fonts

2018-02-15 Thread Johannes Roeßler
added this issue... but just like discribed here - cant condense it further ;) Cheers Joei ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

usage of OLL notation-fonts

2018-02-15 Thread Johannes Roeßler
Hi, I'm trying to change the music font according to the descrition on github: https://github.com/openlilylib/notation-fonts Whith this source code: \version "2.19.58" \include "oll-core/package.ily" \loadPackage notation-fonts \useNotationFont "beethoven" \relative c' {   c8 d e f g a b c

Re: Tromba "mo"

2018-02-09 Thread Johannes Roeßler
sure, but maybe we shouldn't double our efforts - I'm nearly finnished with the edition and will provide it on IMSLP... Its Johann Ernst Bachs Cantata "Ein feste Burg" http://bach.joei.de/2018/02/09/ein-feste-burg/ cheers, Joei I am also interested by the fasimile of this cantata. Could you

Re: Tromba "mo"

2018-02-09 Thread Johannes Roeßler
*facepalm* - yep, thats it... thx all! Uh, oh, this means `Tromba primo', `first Tromba', so please forget what I talked about solmisation :-) Werner ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Tromba "mo"

2018-02-09 Thread Johannes Roeßler
Hi Andrew, a 18th century cantata - I found (very few) links with google where you can see "Tromba I mo" "Oboe I mo" and "Cornu I mo"  - so its not a typo... Joei Hi Johannes, What MS, what context? I don't know of 'mo' in any tonic sol fa. Andrew On 9 Fe

Tromba "mo"

2018-02-09 Thread Johannes Roeßler
Hi, my apologies for being slightly off topic - but hoping for some musical knowledge here ;) I've got a manuscript with two "Trombas" - in "mo" and "do". While "do" sounds like the "do" from Solmization, I've no idea regarding the "mo" or should that be like a darker toned "mi" - so

Re: Sessions with Frescobaldi 3.0

2018-01-19 Thread Johannes Roeßler
Hi Guys, I'm working on WIN10. @URS: - Syntax highlighting works when working without sessions - Does not compile: it states the version is missing - it seems that it doesnt see the source - first warning: "Warnung: keine \version-Anweisung gefunden" - although there is a version... -

Re: OpenLilyLib with Windows

2018-01-11 Thread Johannes Roeßler
what a pity.. unfortunately I'm not experienced in Angular and node...  by the way - there also seems to be a mailing issue ;) - got this reply: : delta.ursliska.de [85.25.3.15]: >>> RCPT TO: <<< 450 4.1.1: Recipient

Re: OpenLilyLib with Windows

2018-01-11 Thread Johannes Roeßler
Hm, looks all correct. Could you please a) try to enter C:/OLL/ to Frescobaldi's path (just a guess) b) try if you can access *any* file that is relative to a path given toFrescobaldi's include path?Urs Hi Urs, unfortunately you have to "pick" a folder - I can't enter the path manually.

OpenLilyLib with Windows

2018-01-11 Thread Johannes Roeßler
Hi Urs, PATH to oll-core/package.ily: C:\OLL\oll-core\ Path given in Frescobaldi: C:/OLL Log: -8<--- Starte lilypond-windows.exe 2.19.22 [Ohne Titel]... »C:/Users/Johannes/AppData/Local/Temp/frescobaldi-n0yqeelr/tmpd46l6ljs/document.ly« wird verarbeitet Analysieren...

OpenLilyLib with Windows

2018-01-11 Thread Johannes Roeßler
Hi, anybody here who was able to use OpenLilyLib successfully under windows 10? I struggle with the paths I included the OLL-Directory in the Settings of Frescobaldi, I also removed the "master" from the folder name generated by Git - still not working. There was an interesting discussion

Re: CueVoice and tagging

2018-01-10 Thread Johannes Roeßler
Thanks for your patience and explanation ;) ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: CueVoice and tagging

2018-01-10 Thread Johannes Roeßler
thx David, got it. Changed the voice, so that it doesn't start with the \cue. (See attached file) What I still don't get, is what happens when I start voiceB with \clef "bass" Joei Johannes Roeßler <j...@joei.de> writes: Hi Guys, sort of an didactic question. Maybe I w

CueVoice and tagging

2018-01-10 Thread Johannes Roeßler
Hi Guys, sort of an didactic question. Maybe I was tired or just stupid - I forgot about the \killCues command and tried to build this on my own. So - that means I know (now) the correct way to get rid of the cues - but I'd still like to know where I was wrong with my idea: \version

Re: optional Dynamics with tag#?

2018-01-10 Thread Johannes Roeßler
thx Kieren - I will check it out! Sound promising... ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: optional Dynamics with tag#?

2018-01-10 Thread Johannes Roeßler
thx David... it can be so simple *facepalm* - and regarding "says who": me :) Joei ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: optional Dynamics with tag#?

2018-01-10 Thread Johannes Roeßler
thx Michael, works as desired :) ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

optional Dynamics with tag#?

2018-01-10 Thread Johannes Roeßler
Dear Lilypondians ;) another day another question - I try to make optional dynamics for a critical edition, is it possible, that just dynmaics signs can't be toggled with tags? 8< \version "2.19.58" music = \relative {   g'8. c32 d \tag #'dyn {\p } c32 d  } \score {  

Figured Bass / Vertical Spacing

2018-01-09 Thread Johannes Roeßler
Good evening, good somebody please hint me how to manipulate the vertical distance of the bass figures? I don't like this jumping... See attached file. Joei ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Staff Group Bracket

2017-12-28 Thread Johannes Roeßler
thx Malte, works as wished. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Dynmaic size

2017-12-28 Thread Johannes Roeßler
thx Malte - perfect. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Staff Group Bracket

2017-12-27 Thread Johannes Roeßler
Hi, is it possible (ok, its Lilypond, let me rephrase that... HOW is it possible) to tweek the distance of the staff-group bracket from the staff lines? (See attachment for clarification) Cheers Joei ___ lilypond-user mailing list

Dynmaic size

2017-12-27 Thread Johannes Roeßler
Hi, I'm a little bit frustrated for I tried to figure this simple-seaming issue out on my own but didn't manage it. I'd like to define an extra dynamic sign that's smaller than the original one. First surprise: I thought to use a definition like this ep=\markup {  \dynamic {p}} as a base for

Folder Structure for sources / path settings

2017-12-06 Thread Johannes Roeßler
Hi, certainly some of you know the great editions of Nicolas Sceaux. When I try to compile them on my windows system I'm always in trouble how to either built my folder structure accordingly or - to set the correct path information in frescobaldi (where I only fins path settings for the

3 Voices mess

2017-05-16 Thread Johannes Roeßler
Hi list :) I'm setting an 18th century piano fantasy and need advice. There is one spot with 3 Voice in one staff. In the manuscript the direction of the stem seems (to me) to indicate the hand that should be used. Now I have to decide to keep this information an receive an ugly and hardly

Re: Strange indent

2017-05-11 Thread Johannes Roeßler
Dear Andrew, I definitely have to improve my archiv-searching skills ;) - but it worked, your guess regarding the grace notes was correct - and with you mentioning it I recalled that I had this issue a few years ago.. thx and cheers, Joei Hi Joel, I had this same error message once, and

Strange indent

2017-05-11 Thread Johannes Roeßler
Hi Group, I've got a strange indent at the right edge of my notes and no idea, where it comes from. I can't construct a minimal example that reproduces the effect - but maybe you can give me hints where to look? I also got tons of "Mis-predicted Force Errors" in the log.

Beams of sixteenths

2017-05-07 Thread Johannes Roeßler
Hi, professional editions often try to avoid angles that let visual staff lines between the beams - and when dealing with notes shorter than eighth notes, the beams should not cross the staff lines - I now could change them all manually - but that's not really feasible (or not that what I'd

Re: 3 Voices one staff

2017-05-04 Thread Johannes Roeßler
my \stemUp and Downs per your advice at aother places in my code! Thx. Joei Am 04.05.2017 um 18:47 schrieb David Kastrup: Simon Albrecht <simon.albre...@mail.de> writes: Am 04.05.2017 um 18:13 schrieb Johannes Roeßler: With the direction of the stems indicating the hand I think in

3 Voices one staff

2017-05-04 Thread Johannes Roeßler
Hi, I have to set this piano notes: With the direction of the stems indicating the hand (so I can't put the lower two just into accords). Not surprisingly it looks rather ugly - even without beaming the middle voice together \version "2.19.58" \relative c'{ <<{\stemUp a'8 b b

strict notespacing with lyrics

2017-04-23 Thread Johannes Roeßler
Hi, any ideas how to get a more even - ot lets say rhytmic - distribution of the notes with lyrics? In this example I don't like the gap after the 4th quaver in the upper voice caused by the long syllable "Herrn" in the second voice. I know, it will become ugly for very long syllables - but

Re: Center Systems

2017-04-22 Thread Johannes Roeßler
Hi Kieren, yes, I did search - obviously not in the right way.. was to fixated on "centered" that I didn't look for "middle of the page" - anyway, thx - your hint was the one I needed! @Harm: thx for trying to help too - should have posted a pic...

Re: Center Systems

2017-04-22 Thread Johannes Roeßler
Nobody? :( Hi again, I'd like to centre my systems vertically. Up to now the only options to manipulate the vertical features I use/know are ragged-bottom = ##f or ##t in the \paper-Env or explicit system-system-spacings. But is there an option to keep the auto-distance that is used for

Re: Header for each page

2017-04-21 Thread Johannes Roeßler
Hi Michael, Hi caagr98 nice to see you too Michael... (its you from the HDE? Right?) I wasn't aware that the "instrument" from the header shows up on every page - shame on me :( Bt.. On the first page it will appear below(!) title and subtitle - how do I get it above? I minimized Michaels

Center Systems

2017-04-21 Thread Johannes Roeßler
Hi again, I'd like to centre my systems vertically. Up to now the only options to manipulate the vertical features I use/know are ragged-bottom = ##f or ##t in the \paper-Env or explicit system-system-spacings. But is there an option to keep the auto-distance that is used for ragged-bottom =

Header for each page

2017-04-21 Thread Johannes Roeßler
Hi, for printing parts I'd like to place the instruments name on the very top of each(!) page - I have no idea how this can be done. Any hints? Cheers, Joei ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Incipit default notehead.style

2017-04-05 Thread Johannes Roeßler
sume this is overwritten somewhere :( thx, Joei Am 05.04.2017 um 20:06 schrieb Johannes Roeßler: I'd like to have an incipit with modern notation styles in 2.19 - but what ever I do - I get neomensural noteheads./ /I tried to place \override NoteHead.style = #'default or \override Staff.NoteHea

Incipit default notehead.style

2017-04-05 Thread Johannes Roeßler
Hi, I'd like to have an incipit with modern notation styles in 2.19 - but what ever I do - I get neomensural noteheads./ /I tried to place \override NoteHead.style = #'default or \override Staff.NoteHead.style = #'default several places, without success. Any hints? Cheers, Joei //

  1   2   >