Re: Programming error & "fine" alignement

2021-11-01 Thread Mahanidhi
The include file now works but the: \once\override Score.RehearsalMark.break-visibility = ##(#t #f #f) \fine doesn't. This message show up: Starting lilypond-windows.exe 2.22.1 [include-all.ly]... Processing `C:/Users/mahan/AppData/Local/Temp/frescobaldi-8ijs0g1g/tmph11fyztr/include-all.ly' Pars

Re: Programming error & "fine" alignement

2021-11-01 Thread Thomas Morley
Am Mo., 1. Nov. 2021 um 13:02 Uhr schrieb Mahanidhi : > > I forgot to add the \include file: > > \version "2.22.1" > \language "english" > > show-barline = {\once \undo \hide Staff.BarLine \bar "|"} % to show bar line > > fine = {\once \override Score.RehearsalMark.self-alignment-X = #RIGHT \mark

Re: Programming error & "fine" alignement

2021-11-01 Thread Mahanidhi
I forgot to add the \include file: \version "2.22.1" \language "english" show-barline = {\once \undo \hide Staff.BarLine \bar "|"} % to show bar line fine = {\once \override Score.RehearsalMark.self-alignment-X = #RIGHT \mark \markup { \italic \abs-fontsize #10 "Fine" }} dcfine = {\once \overr

Programming error & "fine" alignement

2021-11-01 Thread Mahanidhi
Hello, I have a problem with an \include code. The DC al fine is aligned to the bar but the fine is not. At the same time I get this error: programming error: file name not normalized: \users\mahan\chinmoy-sangit\include\include-all.ly Can someone help me? Thank you. minimal code: \version "2.22