You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Frescobaldi
In some situations, Frescobaldi unfolds sections that I don't think it should. Take the snippet below:
%%%
\version "2.24.4"
rightHand = \relative { \repeat volta 2 { c'4^"collapse me" c c c | d4 d d d | } e4^"click me" e e e | }
\new Staff \rightHand
%%%
If you collapse the repeat section, then click on the e in the Music View, the repeat block will unfold. That doesn't seem right to me. Bug? New feature?