Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

\set Score.currentBarNumber is not supported #67

Closed
dliessi opened this issue Sep 29, 2019 · 1 comment
Closed

\set Score.currentBarNumber is not supported #67

dliessi opened this issue Sep 29, 2019 · 1 comment

Comments

@dliessi
Copy link

dliessi commented Sep 29, 2019

Compiling the following file

\version "2.19.80"
\include "oll-core/package.ily"
\loadModule scholarly.editorial-markup
\loadModule scholarly.annotate
\setOption scholarly.annotate.export-targets #'(plaintext)
\book {
  \score {
    \new Staff {
      \set Score.currentBarNumber = #82
      \editorialMarkup unclear \with {
        message = "test"
        ann-type = critical-remark
      } {
        c'1
      }
    }
  }
}

results in an annotation starting with

Measure 1, beat 1
Critical Remark:
[...]

while I would expect (and would like to see)

Measure 82, beat 1
Critical Remark:
[...]
@uliska
Copy link
Contributor

uliska commented Sep 30, 2019

This is actually an issue with oll-core: openlilylib/oll-core#45
(and I'll have to investigate if it's an oll-core issue or rather a LilyPond one.

@uliska uliska closed this as completed Sep 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants